-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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-45411: qb options #3208
DOCSP-45411: qb options #3208
Conversation
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 with a suggestion!
docs/query-builder.txt
Outdated
@@ -81,6 +86,33 @@ of the Quick Start. | |||
To perform read and write operations by using the query builder, import the | |||
``Illuminate\Support\Facades\DB`` facade and compose your query. | |||
|
|||
.. _laravel-options-query-builder: | |||
|
|||
Set Query-Level Options |
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.
S: I think it makes more sense to have the "Retrieve Matching Documents" section come before this one, since "Set Query-Level Options" sets options for where(), described in "Retrieve Matching Documents". Maybe you could move this section before "Modify 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.
LGTM
https://jira.mongodb.org/browse/DOCSP-45411
Adds documentation for setting options on query builder
staging
Checklist