-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Search first
- I searched and no similar issues were found
What Happened?
The block id:: property should be hidden in query results (like it was in previous versions of Logseq). Instead, it gets rendered if the query result is displayed as a table:
Query:
#+BEGIN_QUERY
{:title [:h2 "🔨 Tasks"]
:query (and [[PROJECT/todo]] (not (page [[PROJECT/todo]])))
:result-transform (fn [result]
(sort-by (fn [h]
(get h :block/priority "Z")) result))
}
#+END_QUERY
Reproduce the Bug
- Download the example graph below
- Open with Logseq 0.11.0 (13f510c)
- Look at the
Sep 29, 2025journal.
Expected Behavior
The id:: ... part should be hidden.
Files
Example graph for reproduction: id-bug-repro.zip
Browser, Desktop or Mobile Platform Information
OS: Arch Linux
Logseq (desktop version): 0.11.0 (13f510c)
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
- I'm willing to submit a PR (Thank you!)
Metadata
Metadata
Assignees
Labels
No labels