Skip to content
Snippets Groups Projects

Issue #3497166 by strykaizer: Hide processors which are not supported in facets exposed filters

Merged Issue #3497166 by strykaizer: Hide processors which are not supported in facets exposed filters
7 files
+ 39
0
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -522,6 +522,7 @@ class FacetsFilter extends FilterPluginBase {
'expand_hierarchy' => $this->options["facet"]["expand_hierarchy"] ?? FALSE,
'min_count' => $this->options["facet"]["min_count"] ?? 1,
'widget' => '<nowidget>',
'facet_type' => 'facets_exposed_filter',
]);
if ($facet->getUseHierarchy()) {
$facet->setHierarchy($this->options["facet"]["hierarchy"], []);
Loading