Server side table search not same as frontend table search
Server side table search not same as frontend table search
sharmadev
Posts: 2Questions: 1Answers: 0
Please Tell me why both search are not same
This discussion has been closed.
Answers
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
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?