Skip to content

Commit

Permalink
PHPLIB-1594 Remove commented restriction on M10+ (#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Nov 22, 2024
1 parent 1b00b23 commit 65f7d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/atlas_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* This example demonstrates how to create an Atlas Search index and perform a search query.
* It requires a MongoDB Atlas M10+ cluster with Sample Dataset loaded.
* It requires a MongoDB Atlas cluster with Sample Dataset loaded.
*
* Use the MONGODB_URI environment variable to specify the connection string from the Atlas UI.
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/ExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static function provideExamples(): Generator
}

/**
* MongoDB Atlas Search example requires a MongoDB Atlas M10+ cluster with MongoDB 7.0+
* MongoDB Atlas Search example requires a MongoDB Atlas cluster with MongoDB 7.0+
* Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI.
*/
#[Group('atlas')]
Expand Down

0 comments on commit 65f7d5e

Please sign in to comment.