Open
Description
Q | A |
---|---|
New Feature | yes |
RFC | no |
BC Break | no |
Summary
This issue serves as an epic to track various aggregation features that are not supported in ODM yet.
New aggregation pipeline stages
In addition to these stages, the new $replaceWith
, $set
, and $unset
stages are aliases for $replaceRoot
, $addFields
, and $project
, respectively. We should consider adding those to the builder as well.