-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework, Querying
-
Query
consider the following document:
{a:[1,2,2,2,3,3,4,4,5]}There isn't an efficient way of getting the unique values of the field "a".
This applies to, the $project aggregation operator and a find query.