summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2017-01-25 14:48:01 +0100
committerGitHub <noreply@github.com>2017-01-25 14:48:01 +0100
commitec707f112e26c0b8f0d77e72ed0cfc274a96791d (patch)
treef06d0ea29780fd8495ad4d271863f34f3d4d1d7b /sample-apps
parentaab9ab5baf71429a4a1d37d7c24e54784a943de9 (diff)
fix list
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/boolean-search/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-apps/boolean-search/README.md b/sample-apps/boolean-search/README.md
index 0bd254740aa..a13f54b7fb5 100644
--- a/sample-apps/boolean-search/README.md
+++ b/sample-apps/boolean-search/README.md
@@ -14,7 +14,7 @@ type predicate to the .sd-file. (Remember to set the arity parameter.)
curl -X POST --data-binary @adsdata.xml <endpoint url>/document
```
- 2. **Search** using yql expressions, e.g. `select * from sources * where predicate(target, {"name":"Wile E. Coyote"},{});`
+2. **Search** using yql expressions, e.g. `select * from sources * where predicate(target, {"name":"Wile E. Coyote"},{});`
```sh
curl "<endpoint url>/search/?query=sddocname:ad&yql=select%20*%20from%20sources%20*%20where%20predicate(target%2C%20%7B%22name%22%3A%22Wile%20E.%20Coyote%22%7D%2C%7B%7D)%3B"
```