mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: no matched search results for page reference autocomplete
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user