File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* This example demonstrates how to create an Atlas Search index and perform a search query.
5
- * It requires a MongoDB Atlas M10+ cluster with Sample Dataset loaded.
5
+ * It requires a MongoDB Atlas cluster with Sample Dataset loaded.
6
6
*
7
7
* Use the MONGODB_URI environment variable to specify the connection string from the Atlas UI.
8
8
*/
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public static function provideExamples(): Generator
224
224
}
225
225
226
226
/**
227
- * MongoDB Atlas Search example requires a MongoDB Atlas M10+ cluster with MongoDB 7.0+
227
+ * MongoDB Atlas Search example requires a MongoDB Atlas cluster with MongoDB 7.0+
228
228
* Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI.
229
229
*/
230
230
#[Group('atlas ' )]
You can’t perform that action at this time.
0 commit comments