Search feature (can't find)

Hi everyone,

How can I add a search feature to the custom list?

I know that there is a screen that includes a simple list + search feature but I need it to be a custom list? And I can’t seem to find how to add it.

I’m building a chat app.

Many thanks,

Anna

Hi @AnnaMedic,

You just need to add a input component to the screen and name it as like search box and then in your custom list add a custom filter that name ( the property you need to be searched )>contains>other components>search box.

See here : Search Box.mp4 - Google Drive

Just adding this video if you need to see a message if the search results are empty : No Results Found for Custom Lists.mp4 - Google Drive

Thank you

1 Like

Hello @AnnaMedic . In order to do that you can create an input component above the custom list. Then add a filter to the list that is (“Name (Searched property)” Contains “Input”. ’

Thank you!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.