We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b72204 commit d9c2291Copy full SHA for d9c2291
source/includes/note-geospatial-index-must-exist.rst
@@ -1,4 +1,7 @@
1
-.. note::
2
-
3
- A geospatial index *must* exist on a field holding coordinates
4
- before using any of the geolocation query operators.
+.. versionchanged:: 2.2.3
+ Before 2.2.3, a geospatial index *must* exist on a field holding
+ coordinates before using any of the geolocation query
+ operators. After 2.2.3, applications may use geolocation query
5
+ operators *without* having a geospatial index; however, geospatial
6
+ indexes will support much faster geospatial queries than the
7
+ unindexed equivalents.
0 commit comments