The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 2a6b6de1 authored by Dorian Merz's avatar Dorian Merz Committed by Frank Morgner
Browse files

refs #13783

* apply AllowFacetValues to advanced search
parent 8e0a01ae
No related merge requests found
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
<? endif; ?> <? endif; ?>
<? /* finc: we need the limiter-boxes class to set select height to auto + remove bg image - CK */ ?> <? /* finc: we need the limiter-boxes class to set select height to auto + remove bg image - CK */ ?>
<div class="solr-facet-container limiter-boxes"> <div class="solr-facet-container limiter-boxes">
<? //narrow the facet list via whitespace from config, #13783, DM
$this->facetList = $this->sideFacet()->displayAllowedFacetValues($this->facetList); ?>
<? foreach ($this->facetList as $field => $list): ?> <? foreach ($this->facetList as $field => $list): ?>
<div class="solr-adv-facet"> <div class="solr-adv-facet">
<label for="limit_<?=$this->escapeHtmlAttr(str_replace(' ', '', $field))?>"><?=$this->transEsc($list['label'])?>:</label> <label for="limit_<?=$this->escapeHtmlAttr(str_replace(' ', '', $field))?>"><?=$this->transEsc($list['label'])?>:</label>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment