Notes on parsing functions.

This commit is contained in:
Richard Newman 2016-08-04 16:58:59 -07:00
parent d5e3716eba
commit 2faa0b1ac6

View file

@ -95,3 +95,7 @@
'[:find ?e ?v :in $ :where
[?e :x ?v]
#_[(> ?v 1000)]] {}))))))
(dq/parse '[:find ?entity ?name ?tx ?score
:in $ ?search
:where [(fulltext $ :artist/name ?search) [[?entity ?name ?tx ?score]]]])