Skip to content

Instantly share code, notes, and snippets.

@rnewson
Created July 13, 2014 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rnewson/afabe777ffc01cf35882 to your computer and use it in GitHub Desktop.
Save rnewson/afabe777ffc01cf35882 to your computer and use it in GitHub Desktop.
couchdb git:(master) curl foo:bar@localhost:15986/db1/_design/foo/_view/bar -d '{"queries": [ {"key":"doc1"} , {"key":"doc1"} ]}'
{"results":[
{"total_rows":1,"offset":0,"rows":[
{"id":"doc1","key":"doc1","value":null}
]},
{"total_rows":1,"offset":0,"rows":[
{"id":"doc1","key":"doc1","value":null}
]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment