## Expected Behavior I should be able to POST to `/{db}/_all_docs` and specify a `queries` list in the body, the same way I can do with a regular MapReduce view. ## Current Behavior `"queries":[...]` is only supported in JS MapReduce views.
Expected Behavior
I should be able to POST to
/{db}/_all_docsand specify aquerieslist in the body, the same way I can do with a regular MapReduce view.Current Behavior
"queries":[...]is only supported in JS MapReduce views.