Filter by documents with fields which are equal to a set (>= 2) of values using an index?
and I'd like to retrieve a collection of documents belonging to the authors
"Stendhal" and "Alexandre Dumas". If I use .filter, I understand that this is achievable in one query:but is it possible to achieve in one query using an index?
