nickva commented on code in PR #4751:
URL: https://github.com/apache/couchdb/pull/4751#discussion_r1318795597
##########
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:
Minor grammar nit: wonder if `there is no projection happens` might be
better as `there is no projection happening`?
Another nit: maybe a comma after `fields` and before `since`
--
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]