-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
-
Developer Tools
See the video of aggregation run button not translating a match stage below
Query:
```
mongoClient.getDatabase(db).aggregate(Arrays.asList(
Aggregates.match(eq("age", 30))
)).toCollection();
```