Skip to content

Commit

Permalink
Add collection attribute into show-hits function to get correct facet…
Browse files Browse the repository at this point in the history
…s in advanced browse. See: #1212
  • Loading branch information
wsalesky committed Feb 12, 2020
1 parent 6df99d1 commit fb91ae8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taxonomy/browse.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<div xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude" data-template="templates:surround" data-template-with="templates/subjects.html" data-template-at="content">
<h1 class="banner indent top-padding bhse">Browse Keywords</h1>
<div class="white main-content-block">
Expand All @@ -21,7 +20,7 @@ <h1 class="banner indent top-padding bhse">Browse Keywords</h1>
<div class="tab-content">
<div class="tab-pane active">
<div class="row">
<div data-template="browse:show-hits"/>
<div data-template="browse:show-hits" data-template-collection="subjects"/>
</div>
<div data-template="app:pageination"/>
</div>
Expand Down

0 comments on commit fb91ae8

Please sign in to comment.