-
Notifications
You must be signed in to change notification settings - Fork 26
DOCSP-48120: elemmatch method overload #537
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-48120: elemmatch method overload #537
Conversation
✅ Deploy Preview for docs-csharp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
mongoKart
left a comment
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 w/ quick changes
source/fundamentals/builders.txt
Outdated
|
|
||
| The ``ElemMatch()`` method has an overload that accepts a single filter | ||
| parameter. You can use this overload to perform queries that | ||
| include nested ``$elemMatch`` statements. |
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.
While true that is not the primary purpose of this overload.
The primary purpose is to let you write ElemMatch queries against the values themselves instead of against a property of the values.
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.
Updated the text
f1b7741 to
997328d
Compare
rstam
left a comment
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
* merge upstream * small fix * MW PR fixes 1 * RStam tech review (cherry picked from commit ca969d4)
* merge upstream * small fix * MW PR fixes 1 * RStam tech review
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-48120
Staging Links
Self-Review Checklist