- Issue created by @dewalt
- Status changed to Needs review
over 1 year ago 2:32pm 21 September 2023 - last update
over 1 year ago 424 pass, 2 fail - Status changed to Needs work
15 days ago 7:40pm 29 April 2025 - 🇧🇷Brazil andre.bonon
I tested the patch on Facets 3.0, and it worked, but I had to make some changes. I had to implement the supportsFacet() method to work properly with facets_exposed_filters.
I’ll create a fork soon. - Merge request !301#3388894 Add processor to show parents in hierarchical facets. → (Open) created by andre.bonon
- 🇧🇷Brazil andre.bonon
I assumed this new processor should only work with taxonomy terms, so I added the same check used in TermWeightWidgetOrderProcessor. To avoid duplicating code, I encapsulated the logic into a trait and updated that class to use it as well.