Backend search

Performing a backend search can be very useful when trying to filter items according to one or more properties, specially when there's a big number of items.

The video below describes how to perform a text search over an Airtable base, using a form in our app (text input + submit button).

This could be expanded to other types of search, or to other backends, applying the same idea. The backend should be responsible of applying the necessary filters to return the corresponding items, depending on the user input.

Last updated