shell> curl -X PUT --header 'accept: application/json' --data-binary @- --dump - http://localhost:8529/_api/simple/fulltext <<EOF { "collection" : "products", "attribute" : "text", "query" : "word" } EOF HTTP/1.1 undefined content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "104708", "_id" : "products/104708", "_rev" : "_XUJzE4y--B", "text" : "this text contains word" }, { "_key" : "104712", "_id" : "products/104712", "_rev" : "_XUJzE42--_", "text" : "this text also has a word" } ], "hasMore" : false, "count" : 2, "error" : false, "code" : 201 }