mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: floats not working in property queries
for db graphs. Also make dev log less noisey
This commit is contained in:
@@ -254,7 +254,7 @@
|
||||
(subs v 1)
|
||||
(or (page-ref/get-page-name v) v)))]
|
||||
(if (string? result)
|
||||
(string/trim result)
|
||||
(or (parse-double result) (string/trim result))
|
||||
result)))
|
||||
|
||||
(defn- ->keyword-property
|
||||
|
||||
Reference in New Issue
Block a user