mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
feat(full-text-search): use flexsearch instead of fuzzysort
For full-text search.
This commit is contained in:
@@ -1767,7 +1767,7 @@
|
||||
(remove
|
||||
(fn [h]
|
||||
(contains? current-and-parents (:block/uuid h)))
|
||||
(search/search q 10))))
|
||||
(search/block-search q 10))))
|
||||
|
||||
(defn get-matched-templates
|
||||
[q]
|
||||
|
||||
Reference in New Issue
Block a user