Conclusion / Learn
Advanced Queries with Atlas Search
In this unit, you learned how to:
- Describe the syntax of the
compound
operator - Use
must
,mustNot
,should
, andfilter
clauses in a search query with thecompound
operator - Use a
should
clause with theminimumShouldMatch
option - Write a search query with multiple clauses within the
compound
operator - Write a search query with nested clauses within the
compound
operator - Create search queries that sort strings, dates, and numbers
- Implement fuzzy search with the
maxEdits
,prefixLength
, andmaxExpansions
options
Resources
Use the following resources to learn more about complex queries in MongoDB Atlas Search::