1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-09 05:30:44 +02:00

proper match test-9

This commit is contained in:
Thomas Wilkerling
2025-03-14 19:30:06 +01:00
parent 4b20d5454c
commit 1e940b1646
2 changed files with 6 additions and 7 deletions

View File

@@ -19,12 +19,11 @@
init: function(){
let opts = {
alpha: "a-z",
intraMode: 9,
intraIns: 9,
intraSub: 9,
intraTrn: 9,
intraDel: 9
intraMode: 1,
intraIns: 1,
intraSub: 1,
intraTrn: 1,
intraDel: 1
};
uf = new window.uFuzzy(opts);
},