search() ignore case sensitive
search() ignore case sensitive
Hello,
i try to make a case sensitiv search without success. I prepare a example to make the problem more clear:
http://live.datatables.net/zanucoqo/3/edit?js,console,output
My sample input was ramos. I think the row Angelica Ramos should not part of the results in a case sensitive search.
I try default and regex search with same results.
How can I solve that?
This discussion has been closed.
Answers
Your example doesn't run properly. This example shows using smart searching
ramoswith thecaseInsenset false - meaning case sensitive search:http://live.datatables.net/wahugeza/1/edit
It looks like, in your examples, you are setting
caseInsento true which is performing. case insensitive search.Kevin
Damn I thought I try all combinations of
trueandfalse. And in result it is so simple.Smart Searchsolves the problem, thanks you for all!