Skip to content

Commit 4500b0b

Browse files
committed
PHPLIB-1057: Note that geoHaystack was removed in MongoDB 5.0+
1 parent 3d314b1 commit 4500b0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@ Definition
1717

1818
.. phpmethod:: MongoDB\\Model\\IndexInfo::isGeoHaystack()
1919

20-
Return whether the index is a :manual:`geoHaystack
21-
</core/geohaystack>` index.
20+
Return whether the index is a :manual:`geoHaystack </core/geohaystack>`
21+
index.
2222

2323
.. code-block:: php
2424

2525
function isGeoHaystack(): boolean
2626

27+
.. note::
28+
29+
MongoDB 5.0 and later no longer supports geoHaystack indexes.
30+
2731
Return Values
2832
-------------
2933

0 commit comments

Comments
 (0)