-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCSP-41136: Specify Documents to Return #10
DOCSP-41136: Specify Documents to Return #10
Conversation
👷 Deploy request for docs-kotlin-sync pending review.Visit the deploys page to approve it
|
|
||
.. TODO: For more information about specifying a query, see :ref:`kotlin-sync-specify-query`. | ||
|
||
For more information about retrieving documents, see :ref:`kotlin-sync-retrieve`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for reviewers: The retrieve page here is currently also in review. This PR should be merged in after the retrieve page is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! LGTM % a few small changes and suggestions.
- ``limit()``: Specifies the maximum number of documents to return from a query. | ||
- ``sort()``: Specifies the sort order for the returned documents. | ||
- ``skip()``: Specifies the number of documents to skip before returning query results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: I don't think these should have periods
- ``limit()``: Specifies the maximum number of documents to return from a query. | |
- ``sort()``: Specifies the sort order for the returned documents. | |
- ``skip()``: Specifies the number of documents to skip before returning query results. | |
- ``limit()``: Specifies the maximum number of documents to return from a query | |
- ``sort()``: Specifies the sort order for the returned documents | |
- ``skip()``: Specifies the number of documents to skip before returning query results |
The preceding example returns the first five documents returned by the query in | ||
no particular order. The following section describes how to return the documents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I: Technically the docs are returned in natural order
The preceding example returns the first five documents returned by the query in | |
no particular order. The following section describes how to return the documents | |
The preceding example returns the first five documents returned by the query in | |
:manual:`natural order </reference/glossary/#std-term-natural-order>`. The following section describes how to return the documents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit 83432bc)
(cherry picked from commit 83432bc)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-41135
Staging - https://preview-mongodbmcmorisi.gatsbyjs.io/kotlin-sync/DOCSP-41136-specify-documents/read/specify-documents-to-return/
Self-Review Checklist