Skip to content

Instantly share code, notes, and snippets.

@runemadsen
Created October 18, 2011 15:56
Show Gist options
  • Save runemadsen/1295800 to your computer and use it in GitHub Desktop.
Save runemadsen/1295800 to your computer and use it in GitHub Desktop.
{
"from": "/user/:username",
"to": "/_view/users",
"query" : {
"reduce" : "false", "include_docs" : "true",
"startkey" : [":username", {}], "endkey" : [":username"],
"descending" : "true"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment