mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
Revert "fix: don't set :logseq.property/built-in? for properties"
This reverts commit e5bb634a08.
This commit is contained in:
@@ -535,7 +535,6 @@ Some bindings in this fn:
|
||||
(if db-graph?
|
||||
;; This keeps built-in properties from showing up in not results.
|
||||
;; May need to be revisited as more class and property filters are explored
|
||||
;; FIXME: properties don't have :logseq.property/built-in? now
|
||||
(concat [['?b :block/uuid] '[(missing? $ ?b :logseq.property/built-in?)]] q)
|
||||
(concat [['?b :block/uuid]] q))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user