Different browser different result for search
Different browser different result for search

I am using the default search feature of dataTable the latest version
With this configurations:
info: true,
paging: true,
pageLength : curLength,
displayStart: curPage,
searching: true,
ordering: true,
order: [[0, 'desc']]
it is working but when trying to use in edge, firefox and chrome.
chrome returns only 5 entries while edge and firefox returns 5
it seems that chrome only searches the exact world while edge and firefox searches within word.
how can i make chrome search within word? is there additional configuration to be done?
Answers
sorry but chrome returns only 5 entries while edge and firefox returns 16.
Please link to a test case showing the issue, as required in the forum rules. Unfortunately it is impossible to debug based on the information provided so far and the examples on this site don't show that behaviour.
I've also deleted your duplicate thread.
Allan