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

**URL:** https://community.glideapps.com/t/how-to-filter-objects-if-they-fit-multiple-attributes-at-once/8646
**Category:** Ask for Help
**Created:** [May 7, 2020, 8:20am UTC](https://community.glideapps.com/t/how-to-filter-objects-if-they-fit-multiple-attributes-at-once/8646 "2020-05-07T08:20:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Moritz\_Schelkle](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/moritz_schelkle/32/530_2.png) [@Moritz\_Schelkle](https://community.glideapps.com/u/Moritz_Schelkle)
#### Post date: [May 7, 2020, 8:20am UTC](https://community.glideapps.com/t/how-to-filter-objects-if-they-fit-multiple-attributes-at-once/8646/1 "2020-05-07T08:20:45Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 9, 2020, 5:34pm UTC](https://community.glideapps.com/t/how-to-filter-objects-if-they-fit-multiple-attributes-at-once/8646/2 "2020-05-09T17:34:08Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Moritz\_Schelkle](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/moritz_schelkle/32/530_2.png) [@Moritz\_Schelkle](https://community.glideapps.com/u/Moritz_Schelkle)
#### Post date: [May 10, 2020, 9:07am UTC](https://community.glideapps.com/t/how-to-filter-objects-if-they-fit-multiple-attributes-at-once/8646/3 "2020-05-10T09:07:36Z")

</div>

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