fix: no matched search results for page reference autocomplete

This commit is contained in:
Tienson Qin
2022-09-29 14:47:11 +08:00
parent 066496089f
commit 4e964688e5
2 changed files with 2 additions and 5 deletions

View File

@@ -59,9 +59,6 @@
(clj->js {:keys ["name"]
:shouldSort true
:tokenize true
:minMatchCharLength 1
:distance 1000
:threshold 0.35
}))]
:minMatchCharLength 1}))]
(swap! indices assoc-in [repo :pages] indice)
indice)))