@@ -41,25 +41,23 @@ Query Selectors
4141 * - :query:`$geoWithin`
4242
4343 - Selects geometries within a bounding :ref:`GeoJSON geometry
44- <geospatial-indexes-store-geojson>`. The :doc :`2dsphere
45- </core/ 2dsphere>` and :ref:`2d <2d-index>` indexes support
44+ <geospatial-indexes-store-geojson>`. The :ref :`2dsphere
45+ <2dsphere-index >` and :ref:`2d <2d-index>` indexes support
4646 :query:`$geoWithin`.
4747
4848
4949 * - :query:`$near`
5050
5151 - Returns geospatial objects in proximity to a point.
52- Requires a geospatial index. The :doc:`2dsphere
53- </core/2dsphere>` and :ref:`2d <2d-index>` indexes support
54- :query:`$near`.
52+ Requires a geospatial index. The ``2dsphere``
53+ and ``2d`` indexes support :query:`$near`.
5554
5655
5756 * - :query:`$nearSphere`
5857
5958 - Returns geospatial objects in proximity to a point on a sphere.
60- Requires a geospatial index. The :doc:`2dsphere
61- </core/2dsphere>` and :ref:`2d <2d-index>` indexes support
62- :query:`$nearSphere`.
59+ Requires a geospatial index. The ``2dsphere``
60+ and ``2d`` indexes support :query:`$nearSphere`.
6361
6462
6563
@@ -86,15 +84,15 @@ Geometry Specifiers
8684 * - :query:`$box`
8785
8886 - Specifies a rectangular box using legacy coordinate pairs for
89- :query:`$geoWithin` queries. The :ref:`2d <2d-index>` index supports
90- :query:`$box`.
87+ :query:`$geoWithin` queries. The :ref:`2d <2d-index>` index
88+ supports :query:`$box`.
9189
9290
9391 * - :query:`$center`
9492
9593 - Specifies a circle using legacy coordinate pairs to
96- :query:`$geoWithin` queries when using planar geometry. The :doc:`2d
97- </core/2d> ` index supports :query:`$center`.
94+ :query:`$geoWithin` queries when using planar geometry. The
95+ ``2d` ` index supports :query:`$center`.
9896
9997
10098 * - :query:`$centerSphere`
@@ -112,9 +110,8 @@ Geometry Specifiers
112110 * - :query:`$maxDistance`
113111
114112 - Specifies a maximum distance to limit the results of :query:`$near`
115- and :query:`$nearSphere` queries. The :doc:`2dsphere
116- </core/2dsphere>` and :ref:`2d <2d-index>` indexes support
117- :query:`$maxDistance`.
113+ and :query:`$nearSphere` queries. The ``2dsphere``
114+ and ``2d`` indexes support :query:`$maxDistance`.
118115
119116
120117 * - :query:`$minDistance`
@@ -127,7 +124,7 @@ Geometry Specifiers
127124 * - :query:`$polygon`
128125
129126 - Specifies a polygon to using legacy coordinate pairs for
130- :query:`$geoWithin` queries. The :ref:`2d <2d-index> ` index supports
127+ :query:`$geoWithin` queries. The ``2d` ` index supports
131128 :query:`$center`.
132129
133130.. toctree::
0 commit comments