Is there a way to quick-search a data collection? Here is what I mean:
- have a text box above table headers and a “search” button next to it
- user types in some text (e.g. “John”) in that text box and clicks “search”
- only records where the contents of the search box match any of the searchable fields are shown (e.g. Person record where firstname like ‘%john%’ or lastname like ‘%john%’)
There is the option to enable filters on a table in UI builder, but building one is very technical and a lot of clicks. I’m coming from Salesforce and this is what it looks like there: