I’m in the process of transitioning from V1 to V2 of the CMS Filter and have successfully implemented V2 on several pages without any issues — thanks for the great improvements!
However, I’m running into a problem on our Case Studies page.
Setup overview:
- I have three dropdowns, each containing a collection list of checkboxes.
- These dropdowns act as filters for a main collection list of case studies.
- When I check items in the dropdowns, the filtering works perfectly.
- The “Clear All” button also works great and resets the filters as expected.
Issue:
When I manually uncheck a checkbox in one specific dropdown (Industry), the main collection list immediately triggers the empty state, even though there should be results showing. It’s as if removing that filter is removing valid results instead of expanding them.
This issue only seems to happen with the Industry dropdown when another dropdown filter is also checked — the other two work as expected when unchecking filters.
What I’ve tried:
- Verified that the checkboxes are properly connected to CMS Filter attributes.
- Compared the working dropdowns to the problematic one — structure and attributes seem identical.
- Ensured there are matching items in the collection when the problematic filter is removed.
Has anyone experienced this kind of issue or have suggestions for debugging it? Could it be something specific to how that one filter group is structured or named?