davisp commented on a change in pull request #2585: Mango Indexes on FoundationDB URL: https://github.com/apache/couchdb/pull/2585#discussion_r393762791
########## File path: src/mango/src/mango_cursor_view.erl ########## @@ -115,8 +116,7 @@ base_args(#cursor{index = Idx, selector = Selector} = Cursor) -> reduce = false, start_key = StartKey, end_key = EndKey, - include_docs = true, - extra = [{callback, {?MODULE, view_cb}}, {selector, Selector}] Review comment: Samesies as for quorum docs in being its own commit. I have to stop and think why these are being removed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services