- Issue created by @tavib47
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
almost 2 years ago Waiting for branch to pass - @tavib47 opened merge request.
- First commit to issue fork.
- Merge request !19Issue #3402501 Facet widget should respect hierarchy settings → (Open) created by krystalcode
- 🇵🇪Peru krystalcode
In most cases we do not want to always expand the hierarchy; that can make large tress less user friendly. Instead, only expand what is needed to traverse the tree up and down as needed for furthering your filtering i.e. expand children when the result is active or has active children.
There is a then setting "Always expand hierarchy" that can be enabled if you do want the hierarchy expanded regardless for your case.
The problem is that the facet widget implementation in this module does not take into account the above. I have created a new MR fixing these.