first commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
|
||||
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers"
|
||||
xmlns:s="http://typo3.org/ns/WapplerSystems/Meilisearch/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true"
|
||||
>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="list-group">
|
||||
<f:for each="{filteredOptions}" as="option">
|
||||
<div class="facet-option list-group-item" data-facet-item-value="{option.value}">
|
||||
<a class="facet solr-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a>
|
||||
<a class="facet meilisearch-ajaxified" href="{s:uri.facet.addFacetItem(facet: facet, facetItem: option)}">{option.label}</a>
|
||||
<span class="facet-result-count badge">
|
||||
{option.documentCount}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user