-
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:`$centerSphere` operator returns all the documents that | ||
are within a certain radius from a point using spherical | ||
representation. To define the bounds of the :operator:`$centerSphere` operator, | ||
you must specify the center point and the radius. |
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.
- you define the bounds of the shape for the query, not the operator.
- the first sentence needs reworking:
- the operator specifies the constraints of a query (say this in a different way,) but it in and for itself doesn't return anything.
- the operator doesn't "using spherical representation," it assumes the points exist in a spherical system.
It's totally appropriate to cross reference here.
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.
make the above change throughout.
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 <[email protected]> * Update source/includes/srv-uri-connection.rst Co-authored-by: jeff-allen-mongo <[email protected]> * 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 <[email protected]> * Updates link Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: corryroot <[email protected]> Co-authored-by: jeff-allen-mongo <[email protected]> Co-authored-by: corryroot <[email protected]>
* 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 <[email protected]>
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)
updates for $box and $center operators