Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Query Execution
Description
As part of PM-684, most (all?) all of the infrastructure for supporting expressions in exclusion projections will be done.
We should consider changing the projection language to allow exclusion projections with expressions. For example:
db.c.aggregate([{$project: {a: 0, b: 0, c: {$add: [1, 2]}}}]); |