I have trouble with the letters "I" and "ı"
I have trouble with the letters "I" and "ı"
canozkan
Posts: 7Questions: 4Answers: 0
Link to test case: https://jsbin.com/dehakof/1/edit?html,output
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
In my table, there is a name and surname section, those whose surname is YILMAZ and those whose surname is yılmaz do not appear correctly in the search. When I write in upper case, 3 results appear, when I write in lower case, 10 results appear. What should I do to avoid problems with Turkish characters?
Answers
Your example doesn't appear to run? I'm also not seeing either
YILMAZ
oryılmaz
in the data so I can test it?DataTables will "normalize" diacritic characters, with the intention to make them easier to search. For example type and
e
and it will matche
,ê
,ë
, etc.Allan
Hello @allan ,
https://jsbin.com/dehakof/2/edit?html,output
can you check new example?