mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: page ref query uses UUID instead of name
To avoid name collisions.
This commit is contained in:
@@ -611,8 +611,7 @@ prop-d:: [[nada]]"}])
|
||||
(map testable-content (dsl-query "#tag1")))
|
||||
"Tag arg")
|
||||
|
||||
(is (= []
|
||||
(dsl-query "[[blarg]]"))
|
||||
(is (empty? (dsl-query "[[blarg]]"))
|
||||
"Nonexistent page returns no results"))
|
||||
|
||||
(testing "basic boolean queries"
|
||||
|
||||
Reference in New Issue
Block a user