Skip to main content

Is there a way to filter a table by keyword that searches across all columns?

I would like something like the current ctrl/cmd+f feature, but instead just highlighting the rows that have a hit, the rows are filtered in.

I could do a hacky workaround where I concatenate all the columns in a calculated column, but this is impractical in bases with 30+ fields

You can create a filter that uses OR. Set up the filter on all columns. It’d look something like this, but with more columns included in the filter:


Yes, but if you have 50+ columns, this method becomes pretty untenable. But agreed, it works fine for a few columns!