diff --git a/clients/curl/example.sh b/clients/curl/example.sh index 50ed2c52b..3e6bee2e8 100755 --- a/clients/curl/example.sh +++ b/clients/curl/example.sh @@ -4,6 +4,7 @@ # Configuration variables here: BSHOST=localhost:3179/bs +SEARCHHOST=localhost:3179/my-search BSUSER=user BSPASS=foo @@ -40,3 +41,6 @@ curl -v -u $AUTH http://$BSHOST/camli/enumerate-blobs?limit=1 # List offset -- 200 with list of no blobs curl -v -u $AUTH http://$BSHOST/camli/enumerate-blobs?after=sha1-126249fd8c18cbb5312a5705746a2af87fba9538 + +# Search for all images +echo '{"expression":"is:image","describe":{"rules":[{"attrs":["camliContent"]}]}}' | curl -v --data-binary @- -u $AUTH $SEARCHHOST/camli/search/query