Search for words with accents

How to make the search box search for names and ignore the words with accents (ã, ó, í, â, ú).

Example: search for the name “João” and when typing “Joao” it be found.

Hey,

I don’t know which too are you using, just add matchCase to true​:grin::grin: which will only accept what you type in your search bar

Hi dear,
Could you explain better what result you want to achieve?

Do you want it to return the index of the searched word?
Do you want it to return how many times the word appears?
Or do you simply want it to tell you whether the word is present in the text?


In general you could do like this


or

For a double search with and without special chars.