starter_architecture_flutter_firebase
starter_architecture_flutter_firebase copied to clipboard
How to implement Search
Is there any way to include search for Jobs over the provider?
It would certainly be possible to add search.
Though Cloud Firestore doesn't support full-text search and that would make it quite limited.
For a proper search implementation, something like Algolia should be used.