-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Needed
-
-
Developer Tools
Repro:
db.coll.aggregate().sort() --> works
db.coll.aggregate().projection() --> works
.group(..) // not a method
.limit(..) // not a method
Consider documenting and or completing the fluent interface.