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:
@@ -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);
|
||||
},
|
||||
|
Reference in New Issue
Block a user