fix: query builder fails for non-keyword args

pull/11531/head
Gabriel Horner 2024-09-17 13:20:36 -04:00
parent 9423eda275
commit 65fca295c4
1 changed files with 2 additions and 1 deletions

View File

@ -364,7 +364,8 @@
(str "#" (second (second clause))))
(contains? #{:property :page-property} (keyword f))
(str (if (config/db-based-graph? (state/get-current-repo))
(str (if (and (config/db-based-graph? (state/get-current-repo))
(qualified-keyword? (second clause)))
(:block/title (db/entity (second clause)))
(name (second clause)))
": "