Searching Data

Adding a search feature helps users quickly find the information they are looking for. In FlutterFlow, you can add the search feature in the following ways:

1. Simple Search (on device)

The simple search allows you to find from the data that are present on a device (locally).

pageSimple Search

Algolia search allows you to search from the Firestore collection stored in the Firestore database.

pageAlgolia Search

Last updated