diff --git a/assets/scripts/pages/search.js b/assets/scripts/pages/search.js index 87cd0c53e..64770b429 100644 --- a/assets/scripts/pages/search.js +++ b/assets/scripts/pages/search.js @@ -7,7 +7,7 @@ window.addEventListener('DOMContentLoaded', () => { const fuseOptions = { shouldSort: true, includeMatches: true, - threshold: 0.0, + threshold: 0.1, tokenize: true, location: 0, distance: 100,