janl commented on code in PR #4710:
URL: https://github.com/apache/couchdb/pull/4710#discussion_r1280488371
##########
src/docs/src/api/database/find.rst:
##########
@@ -1505,14 +1494,32 @@ it easier to take advantage of future improvements to
query planning
"year",
"title"
],
- "partitioned": false
+ "mrargs": {
+ "include_docs": true,
+ "view_type": "map",
+ "reduce": false,
+ "partition": null,
+ "start_key": [
+ 2010
+ ],
+ "end_key": [
+ "<MAX>"
+ ],
+ "direction": "fwd",
+ "stable": false,
+ "update": true,
+ "conflicts": "undefined"
+ },
+ "covered": false
Review Comment:
the sort order changes here make this hard to review. If there were no
semantic changes, I’d love to see that in a separate commit.
##########
src/docs/src/api/database/find.rst:
##########
@@ -1505,14 +1494,32 @@ it easier to take advantage of future improvements to
query planning
"year",
"title"
],
- "partitioned": false
+ "mrargs": {
+ "include_docs": true,
+ "view_type": "map",
+ "reduce": false,
+ "partition": null,
+ "start_key": [
+ 2010
+ ],
+ "end_key": [
+ "<MAX>"
+ ],
+ "direction": "fwd",
+ "stable": false,
+ "update": true,
+ "conflicts": "undefined"
+ },
+ "covered": false
Review Comment:
the sort order changes here make this hard to review. If there were no
semantic changes, I’d love to see that in a separate commit.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]