File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33/**
44 * 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.
66 *
77 * Use the MONGODB_URI environment variable to specify the connection string from the Atlas UI.
88 */
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ public static function provideExamples(): Generator
224224 }
225225
226226 /**
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+
228228 * Tips for insiders: if using a cloud-dev server, append ".mongodb.net" to the MONGODB_URI.
229229 */
230230 #[Group('atlas ' )]
You can’t perform that action at this time.
0 commit comments