Skip to content

Commit

Permalink
Fix inclusion of facet partial
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Sep 20, 2022
1 parent f8e5c43 commit 4248d88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Private/Templates/Search/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<f:render partial="Pager/ListPager" arguments="{_all}"/>
</div>

<f:render partial="Facets/Facet/List/ActiveFacets" arguments="{_all}"/>

<f:render partial="Facets/Facets" arguments="{_all}"/>

<ol id="c{config.uid}-resultList" class="resultList" start="{config.counterStart}">
Expand Down

0 comments on commit 4248d88

Please sign in to comment.