📄️ Create Atlas Search indexes
MongoDB's Atlas Search is a full-text search solution built on top of Apache Lucene. Atlas Search allows fine-grained text indexing and querying of data persisted in your Atlas database.
📄️ Construct search queries
You can construct Atlas Search queries with the $search aggregation pipeline stage.
📄️ Bonus challenge: using wildcard, range, phrase, near
Build aggregation pipelines for search using the wildcard, range, phrase, and near search operators.