I am looking to add a simple search field, would like to use something likecollectionRef.where('name', 'contains', 'searchTerm')
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/a25f513e-bca0-474d-969b-3215b30a33ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Ruben,Firestore does not have full text search so this is not possible right now. We recommend that you use an external search service, here's an example:Sam
On Tue, May 28, 2019, 4:20 PM Ruben Chevez <rubench...@gmail.com> wrote:
I am looking to add a simple search field, would like to use something like--collectionRef.where('name', 'contains', 'searchTerm')
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fireba...@googlegroups.com.