File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ By default, ``sparse`` is ``false`` on MongoDB indexes.
492
492
reject documents that have duplicate values for a field, but that
493
493
ignore documents that do not have the key.
494
494
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
496
496
497
497
.. [#null-values-are-indexed-in-sparse-indexes] All documents that
498
498
have the indexed field *are* indexed in a sparse index, even if
Original file line number Diff line number Diff line change @@ -258,6 +258,11 @@ for ``s2d`` indexes as ``2d`` indexes.
258
258
259
259
.. operator:: $intersect
260
260
261
+ .. note::
262
+
263
+ In 2.3.2, the :operator:`$intersect` operator will
264
+ become :operator:`$geoIntersects`
265
+
261
266
The :operator:`$intersect` selects all indexed points that
262
267
intersect with the provided geometry. (i.e. ``Point``, ``LineString``,
263
268
and ``Polygon``.) You must pass :operator:`$intersect` a document
You can’t perform that action at this time.
0 commit comments