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


##########
src/docs/src/api/database/find.rst:
##########
@@ -1401,7 +1401,9 @@ it easier to take advantage of future improvements to 
query planning
     :>json object mrargs: Arguments passed to the underlying view.
     :>json number limit: Limit parameter used.
     :>json number skip: Skip parameter used.
-    :>json array fields: Fields to be returned by the query.
+    :>json array fields: Fields to be returned by the query.  The `[]`
+       value here means all the fields since there is no projection
+       happens in that case.

Review Comment:
   Aw, right.  The first one is actually grammar mistake, thanks for spotting 
that.



##########
src/docs/src/api/database/find.rst:
##########
@@ -1401,7 +1401,9 @@ it easier to take advantage of future improvements to 
query planning
     :>json object mrargs: Arguments passed to the underlying view.
     :>json number limit: Limit parameter used.
     :>json number skip: Skip parameter used.
-    :>json array fields: Fields to be returned by the query.
+    :>json array fields: Fields to be returned by the query.  The `[]`
+       value here means all the fields since there is no projection
+       happens in that case.

Review Comment:
   Aw, right.  The first one is actually a grammar mistake, thanks for spotting 
that.



-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to