Skip to content

Commit 5f01ced

Browse files
author
Sam Kleinman
committed
merge: link change
2 parents 21ea52b + 52086b6 commit 5f01ced

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

source/core/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ By default, ``sparse`` is ``false`` on MongoDB indexes.
492492
reject documents that have duplicate values for a field, but that
493493
ignore documents that do not have the key.
494494

495-
.. _`block-level`: http://en.wikipedia.org/wiki/Index_%28database%29#Sparse_index>
495+
.. _`block-level`: http://en.wikipedia.org/wiki/Database_index#Sparse_index
496496

497497
.. [#null-values-are-indexed-in-sparse-indexes] All documents that
498498
have the indexed field *are* indexed in a sparse index, even if

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)