From 6939dbf627d4eef582be2c1a152935de6304ac17 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sat, 14 Sep 2024 08:52:16 +0200 Subject: [PATCH] Fix perfect matching provisionally --- assets/scripts/pages/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/pages/search.js b/assets/scripts/pages/search.js index 87cd0c5..64770b4 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,