Details
-
Improvement
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
Description
It is very common that users want to return multiple matching entries of an array within a document (not just the first as $ does) that it would enhance productivity to add a helper method (e.g. that could just use $unwind followed by $match under the covers). The aggregation framework can be viewed as overkill and more to learn for just this purpose.