rnewson commented on a change in pull request #1577: add
/_partition/partition/designdoc/ endpoints
URL: https://github.com/apache/couchdb/pull/1577#discussion_r212337258
##########
File path: src/couch_mrview/src/couch_mrview_http.erl
##########
@@ -582,9 +582,6 @@ parse_param(Key, Val, Args, IsDecoded) ->
Args#mrargs{callback=couch_util:to_binary(Val)};
"sorted" ->
Args#mrargs{sorted=parse_boolean(Val)};
- "partition" ->
Review comment:
are we firmly against ?partition= working against _view? I quite like it for
its simplicity.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services