Skip to content

Commit

Permalink
Merge pull request #1876 from dscho/hide-empty-search-categories
Browse files Browse the repository at this point in the history
search: hide empty categories by default
  • Loading branch information
dscho authored Sep 25, 2024
2 parents 730f07e + 09e49d0 commit 7f4e3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ var Search = {

const ui = new PagefindUI({
element: "#search-div",
showEmptyFilters: false,
showSubResults: true,
showImages: false,
language,
Expand Down

0 comments on commit 7f4e3a3

Please sign in to comment.