-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Playgrounds
-
None
-
3
-
Iteration Xantic Sargo
-
Needed
-
Update the Language server to suggest aggregation variables (e.g. `$$ROOT` and `$$NOW`).
db.sales.find({ $group: { _id: '$dayOfWeek', pings: { $push: '$$ROOT' } } });