mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
fix: search support namespace page
This commit is contained in:
@@ -232,10 +232,7 @@
|
||||
"whiteboard"
|
||||
:else
|
||||
"page")
|
||||
parent (:logseq.property/parent entity)
|
||||
title (if (and parent (not (ldb/class? parent)))
|
||||
(str (:block/title parent) "/" (title/block-unique-title page))
|
||||
(title/block-unique-title page))
|
||||
title (title/block-unique-title page)
|
||||
title' (if source-page (str title " -> alias: " (:block/title source-page)) title)]
|
||||
(hash-map :icon icon
|
||||
:icon-theme :gray
|
||||
|
||||
Reference in New Issue
Block a user