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 ?

perodsdszperodsdsz 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 ?

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

  • perodsdszperodsdsz Posts: 2Questions: 1Answers: 0

    Ye I created a custom search, and used builtIn regex search to match both words. It's working thanks :)

This discussion has been closed.