Wiki source code of SolrTypeFacet

Last modified by Frank Fock on 2024/02/07 14:48

Show last authors
1 {{velocity}}
2 #macro (displaySearchFacetValue_type $type)
3 $escapetool.xml($services.localization.render("solr.filterBy.type.$type.toLowerCase()"))
4 #end
5 ## We have to reset the sort when the result type selection changes because the sort fields depend on the selected result type.
6 {{html clean="false"}}#displaySearchFacetValues($facetValues {'sort': [], 'sortOrder': []} 'displaySearchFacetValue_type'){{/html}}
7 {{/velocity}}