When executing a query against mongodb we have the $all operator which is useful for finding documents that match where ALL of the items being passed in are present:
It appears that in Atlas Search we currently only have the “in” operator:
Are there any plans to support an all search operator for Atlas Search?
Interesting… I might try that. I’m basically trying to replace my current search which uses a variety of dynamic filters with a search and was looking for parity.