-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Geo operators #99
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
Geo operators #99
Conversation
|
||
- Circles. Specify circles in the following form: | ||
This specifies a circle shape for :operator:`$within`. To use | ||
the :operator:`$center` option, you need to specify the center |
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.
it's not an option
reprhase:
To define the bounds of a query using :operator:$center
you must specify
- foo
- bar
Could you revise and resubmit. Pay particular attention to:
Feel free to ask if you have any more questions! |
``places``. `geoNear` provides the following options (specify all | ||
distances in the same units as the document coordinate system:) | ||
``places``. The :dbcommand:`geoNear` command provides the following options (specify all | ||
distances in the same units as the document coordinate system.) |
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.
we should avoid using parentheticals like this.
The :operator:`$uniqueDocs` operator overrides these default | ||
behaviors. | ||
You cannot specify :operator:`$uniqueDocs` with | ||
:operator:`$near` or haystack queries. |
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.
is it haystack indexes or haystack queries?
this should cross reference.
closing in favor of #192 which does a better job of this. |
…#99) * DOCSP-13023 include file and replace option * DOCSP-13023 adds include * DOCSP-13023 Adds includes to notes. * Unneeded ws * Commit to force build with new settings * Adjusted include text * Whitespace change to test build * Update source/includes/srv-uri-connection.rst Co-authored-by: jeff-allen-mongo <jeffrey.allen@10gen.com> * Update source/includes/srv-uri-connection.rst Co-authored-by: jeff-allen-mongo <jeffrey.allen@10gen.com> * Edits from GitHub * Merge conflict * Fixes spacing in include * Fixes spacing in include * Fixes spacing in include * Fixes spacing in include * Fixes spacing in include * Fixes spacing in include * Fixes spacing in include * Fix whitespace * Update source/includes/srv-uri-connection.rst Modifies Atlas link to point to command-line tools. Co-authored-by: corryroot <72401712+corryroot@users.noreply.github.com> * Updates link Co-authored-by: jeff-allen-mongo <jeffrey.allen@10gen.com> Co-authored-by: corryroot <72401712+corryroot@users.noreply.github.com> Co-authored-by: jeff-allen-mongo <jeffrey.allen@10gen.com> Co-authored-by: corryroot <72401712+corryroot@users.noreply.github.com>
* DOCSP-26762 rapid releases not supported * Review feedbck
(DOCSP-15123) Add note to tlsCertificateSelector option
DOCSP-37407 Merge Prerequisite Content to Master
Co-authored-by: Nathan <nathan.leniz@mongodb.com>
I added the System Network Bytes Out details to the following page. Recommend this get added to the Release Notes. [DOCSP-36830](https://jira.mongodb.org/browse/DOCSP-36830) [STAGING](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36830/review-available-metrics/#:~:text=instead%20of%20memory.-,System%20Network,-Displays%20the%20following) [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ce8bd07111165982102963)
I added the System Network Bytes Out details to the following page. Recommend this get added to the Release Notes. [DOCSP-36830](https://jira.mongodb.org/browse/DOCSP-36830) [STAGING](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-36830/review-available-metrics/#:~:text=instead%20of%20memory.-,System%20Network,-Displays%20the%20following) [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65ce8bd07111165982102963)
* DOCSP-13421 document background: true aggregation option * DOCSP-13421 updates for review feedback * DOCSP-13421 updates for feedback
* remove deprecated minPoolSize param
* DOCSP-42254: Fix GridFS code * edit wording * fixes * reword * dedent * RR feedback
* DOCSP-42254: Fix GridFS code * edit wording * fixes * reword * dedent * RR feedback (cherry picked from commit 7e64c10)
* DOCSP-42254: Fix GridFS code * edit wording * fixes * reword * dedent * RR feedback (cherry picked from commit 7e64c10)
updates for $box and $center operators