-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
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();
```