Skip to content

Commit

Permalink
task: tweaking a bit more of the search parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Jan 21, 2024
1 parent 19a2bba commit 7dd1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ document.addEventListener('DOMContentLoaded', () => {
window.searchIndex = new Fuse(data, {
shouldSort: true,
includeMatches: true,
threshold: 0.0,
threshold: 0.5,
tokenize: true,
location: 0,
distance: 100,
Expand Down

0 comments on commit 7dd1d33

Please sign in to comment.