-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.20.5
-
Component/s: Aggregation pipeline
-
None
-
Environment:MongoDB Compass GUI on Windows 10
Using $set through the agggregation pipeline GUI, even with the most simple specs, returns an error: Expected "[" or AggregationStage but "{" found.
Example: { $set:
{ "cats" : 1 }}