I'm in trouble with a simple query to get strings from Realm engine in Java for an Android app. As said in the title of my topic, I want to get diacritic insensitive results from my query.
Example: If user type the word "securite", I want my query to return "securite" and "sécurité".
How can I do that ?
Thanks a lot in advance for your help !