File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,9 @@ Each model field stores data as :doc:`GeoJSON objects
20
20
All fields have a :doc: `2dsphere index
21
21
<manual:core/indexes/index-types/geospatial/2dsphere>` created on them.
22
22
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.
29
26
30
27
Configuration
31
28
=============
You can’t perform that action at this time.
0 commit comments