-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.0-rc3
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
ALL
-
Query 2017-11-13, Query 2017-12-04
{$lookup:{ from:'x', let: { a : "$$ROOT"}, pipeline: [ {$addFields:{a:"$$a.field"}} ] ... }}
Referencing "$$a.field" returns full object "$$a" instead of just field 'field'
- is related to
-
SERVER-31962 Replace Variables::hasUserDefinedValue() with a method that checks whether a variable is constant
- Closed