projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 256 forks source link

Refine adv search active facet behaviors #3307

Closed mamrey closed 1 month ago

mamrey commented 1 month ago

In the advanced search component, incoming exclusive f filters are set as hidden search parameters and displayed as constraints. However, the facet field is incorrectly marked as 'active' if it matches any incoming exclusive f filters, even though we only use f_inclusive filters to pre-select the facet checkboxes.

We can make a change so that, within the advanced search context, only incoming inclusive filters should mark the facet field as 'active'.