how make search like thet word*

how make search like thet word*

lasuridzelasuridze Posts: 1Questions: 1Answers: 0

i want search word only right side
example:

search key: Ree
Green
Reed
Great
Free

search only result:
Reed

Answers

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin

    Two options:

    1. Disable DataTables' smart search and use your own regular expression that will do something like \bSEARCHTERM (see search()).
    2. Modify the DataTables smart search code you use \b at the start of the search term. That's probably going to be in the next major release.

    Allan

This discussion has been closed.