Hello!
I'm building a database and would like to build a view that filters a "Tag" field for multiple values.
Concretely, I'm trying to build a "In Development" view that filters for all database entries where the "Status" tag field has any of the following values:
It looks like there isn't a good way of doing that in the current UI -- I can only select on value for the tag field when building a filter.
Am I missing something, or does this feature still not exist? It's quite a basic feature for a database product that is attempting to replicate Notion/Coda's database features, I think.
That's very limiting for a "database". You have to have all "ands" or all "ors" in your filter. I have a status column, and a products column. I want a filter for status is pending and products contains "product 1 or product 4 or product 6", but i can't do that.