Server side table search not same as frontend table search

Server side table search not same as frontend table search

sharmadevsharmadev Posts: 2Questions: 1Answers: 0

Please Tell me why both search are not same

Answers

  • kthorngrenkthorngren Posts: 21,166Questions: 26Answers: 4,921

    The client based search (2nd screenshot) defaults to using "Smart Search". There are different search modes supported when using client side processing. They are discussed in the search() API docs.

    The server side search is performed by the server side script. I don't use the Datatables provided server side scripts so not sure exactly what they do but the behavior suggests the script uses like in the where clause. This will behave a bit differently than smart searching.

    HTH,
    Kevin

  • sharmadevsharmadev Posts: 2Questions: 1Answers: 0
    edited January 2020

    Thanks Kevin,
    Yes on Server Side Table it Use LIKE %Search Word%

    Is There any method so we can search same as on server side table?

This discussion has been closed.