Filter Repeating Group by List (all)

Hey Bubblers,

I encountered a small issue in my bubble app where I have this situation.

A list of posts filtered by 2 list of tags set in a custom state.

One is called “content type” and the other “stories”.

If I’m selecting 2 content types “link” and “video”, it would display posts under either “link” or “video”.

While If I’m selecting 2 stories - let’s say “bars” and “restaurants”, it should display elements that are “a bar” and “a restaurant”.

So far I’ve done that, which works fine for the content type filtering, but doesn’t work out for the stories filtering.

I know it might not be the right filter, but I can’t find the right filter by list formula.

Many many thanks for your help :slight_smile:

Hey I hope you solved it already, but just in case you didnt (and to help people in the future who have this problem)

If you want an “or” match, your intersect count can be >0 (you did this and said it was working for content type filtering)

If you want an “and” match, your intersect count should match the count of filters selected. For example, if you checked bars and restaurants, the count should equal 2.