Docs: (defpred.org) Fix example
This commit is contained in:
parent
57b3eeba49
commit
a2acf93a2c
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ Can we do that? In fact, we can, by using a query normalizer. Normalizers are
|
||||||
collect `(property "person" ,name)))))
|
collect `(property "person" ,name)))))
|
||||||
:body (cl-loop for name in names
|
:body (cl-loop for name in names
|
||||||
thereis (or (property "person" name)
|
thereis (or (property "person" name)
|
||||||
(tags (concat "person" name)))))
|
(tags name))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Now, don't faint from all the backquoting and unquoting--it's just Lisp, nothing to be afraid of! Let's slow down a moment and see what the normalized query looks like to be sure we're doing it correctly:
|
Now, don't faint from all the backquoting and unquoting--it's just Lisp, nothing to be afraid of! Let's slow down a moment and see what the normalized query looks like to be sure we're doing it correctly:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue