mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
fix: search namespace page
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
(take 5 items))))
|
||||
node-exists? (let [blocks-result (keep :source-block (get-in results [:nodes :items]))]
|
||||
(when-not (string/blank? input)
|
||||
(or (db/get-page (string/trim input))
|
||||
(or (db/get-page (string/trim (last (string/split input "/"))))
|
||||
(some (fn [block]
|
||||
(and
|
||||
(:block/tags block)
|
||||
|
||||
Reference in New Issue
Block a user