Backend search with Xano

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 a Xano table, 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.

Design

Database in Xano

How to set up the Backend Search with Xano

Based on the Fuzzy Search tutorial in Xano.

For smaller lists and searching in the same screen, consider using the Search & Filter functionality:

Search & filter

Last updated