-
Notifications
You must be signed in to change notification settings - Fork 34
DOCSP-51819 Standardize and move delete usage examples #544
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-51819 Standardize and move delete usage examples #544
Conversation
✅ Deploy Preview for docs-golang ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
🔄 Deploy Preview for docs-golang processing
|
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!
Updating this PR per the feedback in PR #541 |
} | ||
|
||
// Creates a filter struct to specify the documents to delete | ||
type DeleteRestaurantFilter struct { |
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.
See comment here: https://github.com/mongodb/docs-golang/pull/541/files#r2229480471
Suggest retaining the bson.D filtering solution.
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!
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-51819
Staging Links
DeleteOne
DeleteMany
Self-Review Checklist