Fix perfect matching provisionally

This commit is contained in:
BernatBC 2024-09-14 08:52:16 +02:00
parent aab2b39c50
commit 6939dbf627

View file

@ -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,