NO BUG: Search (filter) field stopped working

I have an FAQ page that uses a nested query loop. Outer loop is for FAQ categories, inner loop is for the FAQs themselves.

There is a search filter field for filtering the list of FAQs by keyword.

When performing a search, only the last category (“Shipping”) seems to get filtered.

This worked fine when it was built, so something in a more recent update has broken it.

Page: FAQs | OceansEV

Hi @ainom ,

Query Filters cannot target the nested inner queries.

(Same to AJAX pagination or Load more in Bricks, you can only target the outer queries)

Regards,
Jenn

Damn…that’s an unfortunate limitation. Not sure how I got it to work before…I must have not had the outer loop. I’ll need to find another way to filter.

Thanks.