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


##########
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:
   I added the `use_index_strict` field to the `_explain` output.  But I can 
factor out the part about the refactoring and create a separate PR about it 
even.



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