0
I’m using Toolbar’s searhcview for searching recyclerview items the search works, but Firebase’s query differentiates between upper and lower case and sharp words. I wish it was Case insensitive search for Firebase.
Ex: I searched the word São Paulo and typed in the search sao paulo.
In recyclerview I would like the word São Paulo to appear with capital letters and also with the.
The way my query is only appears São Paulo if I put in search the word São Paulo.
Query Q = organizacao.orderByChild("nomeOrganizacao").
startAt(newText).endAt(newText + "\uf8ff");
If this answer was helpful, you might want to click the vote button on her left. If she answered your question, you might want to accept it. So others will know that you have been (minimally) helped. More details: What should I do if someone answers my question?
– Rosário Pereira Fernandes