-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-151 - adding box and circle to operators list #192
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…the operators list
please add includes in the /operators.txt page and cross references in $within |
|
||
> db.runCommand( { geoNear: "geo", near: [55,44], uniqueDocs: true }) | ||
|
||
> db.geo.find( {"address.loc":{"$within": {"$box": [ [0,0],[100,100] ], $uniqueDocs:true } }}).pretty() |
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.
commands like this don't need leading >
make your collection names consistent and meaningful.
records
mongo-cr-bot
pushed a commit
that referenced
this pull request
Jan 5, 2022
* DOCSP-20165-fix-about-page (#182) * fake commit * DOCSP-20166 BACKPORT * fake commit * DOCSP-20165 BACKPORT
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-33885 Remove 'Stop Balancer on Destination' Step * AV feedback * AV reword
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-33885 Remove 'Stop Balancer on Destination' Step * AV feedback * AV reword
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
* (DOCSP-20841): Global config file * refactor customize prompt page * standardize copy used in example * re-add reset syntax * updates per review * tweak * reformatting * move example higher up on page * Apply suggestions from code review Co-authored-by: Anna Henningsen <[email protected]> * formatting * alphabetize list * remove 'patterns' link Co-authored-by: Anna Henningsen <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 16, 2025
…eate, list, describe, assign, delete (#192) * (DOCSP-11558): mongocli iam org apikey create * (DOCSP-11552): mongocli iam org apikey list * (DOCSP-11551): mongocli iam org apikey describe * (DOCSP-11554): mongoci iam org apikey assign * (DOCSP-11563): mongocli iam org apikey delete * Reorganize TOC for better usability * fixes * tech review * KS copy review * copy review
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 24, 2025
* DOCSP-19098: quickstart learning goals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
adding in geoOperators (box, center, near-center sphere, polygon) to the operators list