mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: remove last {{query reference seen in db graphs
Also fix return val of previous commit
This commit is contained in:
@@ -646,7 +646,7 @@ Some bindings in this fn:
|
||||
{:block/_parent ...}])
|
||||
|
||||
(defn query
|
||||
"Runs a dsl query with query as a string. Primary use is from '{{query }}'"
|
||||
"Runs a dsl query with query as a string. Primary use is from '/query' or '{{query }}'"
|
||||
([repo query-string]
|
||||
(query repo query-string {}))
|
||||
([repo query-string query-opts]
|
||||
@@ -705,8 +705,6 @@ Some bindings in this fn:
|
||||
(string/includes? query' (str "(" filter-name)))
|
||||
|
||||
(comment
|
||||
;; {{query (and (page-property foo bar) [[hello]])}}
|
||||
|
||||
(query "(and [[foo]] [[bar]])")
|
||||
|
||||
(query "(or [[foo]] [[bar]])")
|
||||
|
||||
Reference in New Issue
Block a user