0

Example database

Users: [
{name: 'elon mus'},
{name: 'john doe'},
{name: ' eloise ahe'}
{name: 'peter isen'}
]

I would like to search if a user contains the string 'ise'.

I find many solutions but all solutions concern the begin of the field.

it's really possible ?

thanks

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734
  • Firestore does not support full-text search operations. To allow full-text search in your app, use a full-text search solution such as https://firebase.google.com/docs/firestore/solutions/search?provider=algolia – Frank van Puffelen Jan 04 '22 at 01:32

0 Answers0