0
From what I’ve read, the Realm is not yet up for accentuation. I wanted to know if there is any way to query the Realm data ignoring the accentuation. For example, I search for "veterinario" (without accent) and the "veterinarian" (with accent) returns me.
I know I can take the whole list and play in an Arraylist, and with it make an algorithm to ignore the accents. However, the database is large and the response time has to be instantaneous leaving this practice unfeasible.
Any suggestions?