mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: :checkbox property not working in simple queries and rules
Also fix booleans not rendering in query table
This commit is contained in:
@@ -238,8 +238,7 @@ prop-d:: [[nada]]"}])
|
||||
(dsl-query "(and (not (page-property foo bar)) (page-property parent [[child page 2]]))")))
|
||||
"Page property queries nested NOT in first clause")
|
||||
|
||||
;; TODO: Enable when boolean queries work
|
||||
#_(testing "boolean values"
|
||||
(testing "boolean values"
|
||||
(is (= ["page1"]
|
||||
(map :block/name (dsl-query "(page-property interesting true)")))
|
||||
"Boolean true")
|
||||
|
||||
Reference in New Issue
Block a user