mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: some contains query doesn't work
This commit is contained in:
@@ -226,7 +226,8 @@
|
||||
(string? v)
|
||||
(contains? #{:alias :aliases :tags} k))
|
||||
(set [v])
|
||||
v)]
|
||||
v)
|
||||
v (if (coll? v) (set v) v)]
|
||||
[k v]))))]
|
||||
{:properties (into {} properties)
|
||||
:properties-order (map first properties)
|
||||
|
||||
Reference in New Issue
Block a user