Skip to content

Commit a07bd63

Browse files
committed
Update source/release-notes/2.4.txt
added note about $intersects becoming $geoIntersects
1 parent 6dc838e commit a07bd63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/release-notes/2.4.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ for ``s2d`` indexes as ``2d`` indexes.
258258

259259
.. operator:: $intersect
260260

261+
.. note::
262+
263+
In 2.3.2, the :operator:`$intersect` operator will
264+
become :operator:`$geoIntersects`
265+
261266
The :operator:`$intersect` selects all indexed points that
262267
intersect with the provided geometry. (i.e. ``Point``, ``LineString``,
263268
and ``Polygon``.) You must pass :operator:`$intersect` a document

0 commit comments

Comments
 (0)