diff --git a/www-offline/layouts/search/section.html b/www-offline/layouts/search/section.html index efd4c4114..591f2ecc3 100644 --- a/www-offline/layouts/search/section.html +++ b/www-offline/layouts/search/section.html @@ -73,7 +73,7 @@

Start typing to search

const Fuse = window.Fuse const searchOptions = { shouldSort: true, - threshold: 0.4, + threshold: 0.2, location: 0, distance: 100, matchAllTokens: true,