starter_architecture_flutter_firebase icon indicating copy to clipboard operation
starter_architecture_flutter_firebase copied to clipboard

How to implement Search

Open phoerig opened this issue 1 year ago • 1 comments

Is there any way to include search for Jobs over the provider?

phoerig avatar Mar 03 '23 09:03 phoerig

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.

bizz84 avatar Mar 07 '23 17:03 bizz84