-
Type: New Feature
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Query
{
aggregate: "mycoll",
pipeline: [],
min: {a: 4},
max: {a: 6},
hint: {a: 1},
cursor: {},
}
Analogous to SERVER-39567, the aggregate command must also specify a hint if either the 'min' or 'max' parameters are specified.
- is depended on by
-
SERVER-49293 Test collection bulk loader for resharding resuming by largest _id inserted
- Closed
- is related to
-
SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and add to $expr rewrite
- Closed