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

Start typing to search

const Fuse = window.Fuse const searchOptions = { shouldSort: true, - threshold: 0.2, - location: 0, - distance: 100, - matchAllTokens: true, includeScore: true, - maxPatternLength: 32, + threshold: 0.2, minMatchCharLength: 3, keys: ["title", "primary_course_number"] }