Notes on parsing functions.
This commit is contained in:
parent
d5e3716eba
commit
2faa0b1ac6
1 changed files with 4 additions and 0 deletions
|
@ -95,3 +95,7 @@
|
||||||
'[:find ?e ?v :in $ :where
|
'[:find ?e ?v :in $ :where
|
||||||
[?e :x ?v]
|
[?e :x ?v]
|
||||||
#_[(> ?v 1000)]] {}))))))
|
#_[(> ?v 1000)]] {}))))))
|
||||||
|
|
||||||
|
(dq/parse '[:find ?entity ?name ?tx ?score
|
||||||
|
:in $ ?search
|
||||||
|
:where [(fulltext $ :artist/name ?search) [[?entity ?name ?tx ?score]]]])
|
||||||
|
|
Loading…
Reference in a new issue