how can I use a query (in Parse) in javascript to find or match words with accented characters like "escazú" and "escazu", both words must display the same results.
I have something like
query.matches("direccion", "escazú", i);
Thanks for your help! Leo