Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aec6c7e

Browse files
committedMar 25, 2025·
ja feedback
1 parent fbbfc80 commit aec6c7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎source/geo.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ section of the Indexes guide.
158158
Query Operators
159159
~~~~~~~~~~~~~~~
160160

161-
To query geospatial data, use one of the following query operators:
161+
To query geospatial data using the ``find`` operator, use one of the following query operators:
162162

163163
- ``$near``
164164
- ``$geoWithin``
@@ -177,6 +177,8 @@ When using the ``$geoWithin`` operator, you can specify the following shape oper
177177
- ``$center``
178178
- ``$centerSphere``
179179

180+
To query geospatial data using the ``aggregate`` operator, you must use the ``$geoNear`` pipeline stage.
181+
180182
For more information on geospatial query operators, see
181183
:manual:`Geospatial Query Operators </geospatial-queries/#geospatial-query-operators>` in
182184
the server manual.

0 commit comments

Comments
 (0)
Please sign in to comment.