Fix perfect matching provisionally (#976)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Bernat Borràs Civil 2024-09-20 02:52:33 +02:00 committed by GitHub
parent 9300a22068
commit 0e8f82703f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ window.addEventListener('DOMContentLoaded', () => {
const fuseOptions = { const fuseOptions = {
shouldSort: true, shouldSort: true,
includeMatches: true, includeMatches: true,
threshold: 0.0, threshold: 0.1,
tokenize: true, tokenize: true,
location: 0, location: 0,
distance: 100, distance: 100,