Skip to content

Commit eb77b3e

Browse files
committed
Correct docs: geospatial query operators can be used
1 parent 3880777 commit eb77b3e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/source/ref/contrib/gis.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ Each model field stores data as :doc:`GeoJSON objects
2020
All fields have a :doc:`2dsphere index
2121
<manual:core/indexes/index-types/geospatial/2dsphere>` created on them.
2222

23-
The :ref:`geospatial aggregation stage <geospatial-operators>` only supports
24-
one operator: :doc:`$geoNear <manual:reference/operator/aggregation/geoNear>`.
25-
You can use it in :meth:`.raw_aggregate` queries.
26-
27-
The :ref:`geospatial query operators <manual:geospatial-query-operators>`
28-
aren't supported.
23+
You can use any of the :ref:`geospatial query operators
24+
<manual:geospatial-query-operators>` or the :ref:`geospatial aggregation
25+
pipeline stage <geospatial-aggregation>` in :meth:`.raw_aggregate` queries.
2926

3027
Configuration
3128
=============

0 commit comments

Comments
 (0)