How to filter Objects if they fit multiple attributes at once?

Hello community,

I want to create an app, where I need to check if multiple selected filters apply for an object out of a specific relation.

Concrete: I have a list of foods, where each food has multiple categories. Now I want to filter out the foods, which are “healthy” and “vegan” for example. How to do that most efficiently?

I don’t think I could adequately explain how to do this, so I create an example in https://concepts.glideapp.io/. Just look for the Multi-Match Filter example.

1 Like

Thank a lot, it’s exactly what I was searching for :slight_smile:

1 Like