pgj commented on code in PR #4710:
URL: https://github.com/apache/couchdb/pull/4710#discussion_r1280597853


##########
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:
   Moved the unrelated documentation changes to #4713.



-- 
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]

Reply via email to