ainom
May 5, 2025, 6:39pm
1
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.
This new feature set, introduced in Bricks 1.9.6, enhances content interaction through AJAX-powered filter elements such as search, checkboxes, select options, radio buttons, range sliders, and date selectors. It allows advanced real-time content...
(Same to AJAX pagination or Load more in Bricks, you can only target the outer queries)
Regards,
Jenn
ainom
May 6, 2025, 5:18pm
3
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.