how to apply full text search on flutter firebase without third party app like algolia
stream: FirebaseFirestore.instance
.collection('cars')
.orderBy('time', descending: true)
.where('name', isEqualTo: test)
.snapshots(),
this how i'm trying to search but its not working good becoous i need to type the full name for the document i tryed to use algolia but the google function asked to upgrade my plane and its not an option now