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
Posts: 2Questions: 1Answers: 0
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