mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: dsl datalog clause support 2-tuple
This commit is contained in:
@@ -477,7 +477,7 @@
|
||||
(coll? e)
|
||||
(or
|
||||
(list? (first e))
|
||||
(and (= 3 (count e))
|
||||
(and (>= (count e) 2)
|
||||
(string/starts-with? (str (first e)) "?")))))
|
||||
|
||||
(defn build-query
|
||||
|
||||
Reference in New Issue
Block a user