-
Notifications
You must be signed in to change notification settings - Fork 20
Docsp-30873: clarifying filters on builders pg #112
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -20,8 +20,9 @@ Builders are classes provided by the MongoDB Kotlin driver that help you | |||||
| construct :ref:`BSON <bson>` objects. To learn more, see our :doc:`guide | ||||||
| on builders </fundamentals/builders/>`. | ||||||
|
|
||||||
| Filters are the operations MongoDB uses to limit your results to what | ||||||
| you want to see. | ||||||
| Filters are operations used to limit the results of a query based on | ||||||
| specific conditions. Filters are a helpful tool to locate the | ||||||
| information needed based on search conditions. | ||||||
|
||||||
| information needed based on search conditions. | |
| Filters are a helpful tool to locate information that matches search conditions in a collection. |
Outdated
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.
Nit: Add a period at the end of each bullet as these are complete sentences.
| - Items that cost more than $0 but less than $25 | |
| - Items that cost more than $0 but less than $25. |
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.
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.
Nit: is it specific conditions or "the specified conditions"?
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.
good call! I like that a lot more.