rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
453 stars 262 forks source link

Search text is case sensitive. Search results for 'A' and 'a' are different. I tried to update the query but not found any solution. Could you please help me? #62

Closed geekytushar closed 5 years ago

Batishev-Rozdoum commented 5 years ago

HI, @geekytushar ! Unfortunately, realtime database doesn't support native indexing or search for text fields in documents. Additionally, downloading an entire collection to search for fields client-side isn't practical. That's why we are using a stripped-down version of the search.

geekytushar commented 5 years ago

oh, okay @Batishev-Rozdoum. Thanks for the reply! Keep updating, it's awesome 🥇