Skip to content

Commit

Permalink
add ignoreLocation: true
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Jul 10, 2023
1 parent 67800d1 commit 2621e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www-offline/layouts/search/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h3 class="col-3 text-center m-auto">Start typing to search</h3>
const Fuse = window.Fuse
const searchOptions = {
shouldSort: true,
ignoreLocation: true,
includeScore: true,
threshold: 0.2,
minMatchCharLength: 3,
Expand Down

0 comments on commit 2621e01

Please sign in to comment.