You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/fundamentals/indexes.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ MongoDB supports queries of geospatial coordinate data using :manual:`2dsphere <
137
137
.. seealso::
138
138
139
139
The :doc:`/fundamentals/crud/read-operations/geo` guide for an
140
-
overview of working with geospatial data with MongoDB and |node|.
140
+
overview of working with geospatial data with MongoDB and Node.js.
141
141
142
142
To create a ``2dsphere`` index, the field you are indexing must be a :manual:`GeoJSON object </reference/geojson>`. The ``location.geo`` field in following sample document from the ``theaters`` collection in the ``sample_mflix`` database is a GeoJSON point object that describes the coordinates of the specified theater:
0 commit comments