-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
For example in
[{$set: {a: [{b: 99}]}}, {$set: {'a.c': 1}}, {$match: {'a.b': 1}}]
, the "a.b" visible to $match is really coming from the first $set, but the graph wrongly attributes it to the base collection