We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d314b1 commit 4500b0bCopy full SHA for 4500b0b
docs/reference/method/MongoDBModelIndexInfo-isGeoHaystack.txt
@@ -17,13 +17,17 @@ Definition
17
18
.. phpmethod:: MongoDB\\Model\\IndexInfo::isGeoHaystack()
19
20
- Return whether the index is a :manual:`geoHaystack
21
- </core/geohaystack>` index.
+ Return whether the index is a :manual:`geoHaystack </core/geohaystack>`
+ index.
22
23
.. code-block:: php
24
25
function isGeoHaystack(): boolean
26
27
+ .. note::
28
+
29
+ MongoDB 5.0 and later no longer supports geoHaystack indexes.
30
31
Return Values
32
-------------
33
0 commit comments