From what I read, Realm still does not support accentuated terms. I wanted to know if there is any way of querying the Realm data, ignoring the accent. For example, I search for "veterinarian" (without accent) and the realm returns the "vet" (with accent) that is saved in the database.
I know I can grab 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?