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 17ac6d4 commit 02739dcCopy full SHA for 02739dc
source/reference/operator/centerSphere.txt
@@ -17,7 +17,7 @@ $centerSphere
17
18
.. code-block:: javascript
19
20
- db.collection.find( { loc: { $within: { $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