How to apply the search bar feature

Hi family,

Please I need a help.When build an apps and you want to use the “search bar” feature, do you need to do specific thing especially in the database section

Hi,

To search for a specific thing within the collection, you first need to take the input and apply a custom filter to your desired list. For example, if you want to find a user by their full name, you would set the filter to check if the user’s full name contains the input you’ve provided (a list connected to users collection)

Thanks a lot bro, I will try and see