Skip to content

Commit 3dad291

Browse files
authored
PHPLIB-1057: Deprecate method IndexInfo::isGeoHaystack() (#1085)
MongoDB 5.0 removes support for "geoHaystack" indexes, the method "IndexInfo::isGeoHaystack()" will be removed in a future release
1 parent a72c25b commit 3dad291

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ MongoDB\\Model\\IndexInfo::isGeoHaystack()
44

55
.. versionadded:: 1.4
66

7+
.. deprecated:: 1.16
8+
MongoDB 5.0 and later no longer supports geoHaystack indexes.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page
@@ -24,10 +27,6 @@ Definition
2427

2528
function isGeoHaystack(): boolean
2629

27-
.. note::
28-
29-
MongoDB 5.0 and later no longer supports geoHaystack indexes.
30-
3130
Return Values
3231
-------------
3332

0 commit comments

Comments
 (0)