I need a help to make search work on 2 languages, is there a solution to this ?
I need a help to make search work on 2 languages, is there a solution to this ?
![perodsdsz](https://secure.gravatar.com/avatar/849ebbb08c8eb999b9fb3ddda0e286af/?default=https%3A%2F%2Fvanillicon.com%2F849ebbb08c8eb999b9fb3ddda0e286af_200.png&rating=g&size=120)
For example, i have "Petar" in one of the columns, i want both "Petar" and "Петар" to find this. Can you assist me ?
This discussion has been closed.
Answers
Probably the easiest way would be to use
columns.render
, something like this here.You could also create a custom search. Here is the documentation, and here are a few examples,
Colin
Ye I created a custom search, and used builtIn regex search to match both words. It's working thanks![:) :)](https://datatables.net/forums/resources/emoji/smile.png)