mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
chore: set block ref search result length to 25
This commit is contained in:
@@ -1756,7 +1756,7 @@
|
||||
99)
|
||||
(map (comp str :block/uuid))))
|
||||
current-and-parents (set/union #{(str (:block/uuid current-block))} block-parents)]
|
||||
(p/let [result (search/block-search (state/get-current-repo) q {})]
|
||||
(p/let [result (search/block-search (state/get-current-repo) q {:limit 25})]
|
||||
(remove
|
||||
(fn [h]
|
||||
(contains? current-and-parents (:block/uuid h)))
|
||||
|
||||
Reference in New Issue
Block a user