Support for Atlas Search 'all' operator

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?

You can make a series of equals within a compound.must array that will work. Here’s a Playground that demonstrates. What’s your use case?

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.