Skip to content

Instantly share code, notes, and snippets.

@tdantas
Created March 5, 2015 16:58
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 tdantas/615038b741588288ce60 to your computer and use it in GitHub Desktop.
Save tdantas/615038b741588288ce60 to your computer and use it in GitHub Desktop.
filter couch
curl -H 'Content-Type: application/json' -X PUT http://localhost:5984/DATABASE/_design/NAME -d \
'{
"filters":{
"filterName":"function(doc, req) {
return true;
}"
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment