We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc4c4d commit ba78161Copy full SHA for ba78161
source/reference/operator/centerSphere.txt
@@ -17,7 +17,7 @@ $centerSphere
17
18
.. code-block:: javascript
19
20
- db.collection.find( { loc: { $centerSphere: { [0,0], 10 / 3959 } } } )
+ db.collection.find( { loc: { $within: { $centerSphere: { [0,0], 10 / 3959 } } } } )
21
22
This query will return all documents within a 10 mile radius of
23
``[0,0]`` using a spherical geometry to calculate distances.
0 commit comments