Skip to content

Commit

Permalink
Merge pull request #199 from daliboris/fix/search-facets-by-class
Browse files Browse the repository at this point in the history
Change @id to @Class in search.html template to find facets by browse.js
  • Loading branch information
wolfgangmm authored Dec 31, 2023
2 parents 9727210 + a03c0dd commit 37c4aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/basic/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<paper-checkbox name="field" value="text">Search sections</paper-checkbox>
<paper-checkbox name="field" value="head">Search headings</paper-checkbox>
</div>
<pb-custom-form id="facets" url="api/search/facets" subscribe="results" event="pb-results-received" emit="search"/>
<pb-custom-form class="facets" url="api/search/facets" subscribe="results" event="pb-results-received" emit="search"/>
</pb-search>
</div>
</paper-card>
Expand Down

0 comments on commit 37c4aa4

Please sign in to comment.