AggregateCursor seems to provide an undocumented fluent interface only for some of the stages

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major - P3
    • No version
    • Affects Version/s: None
    • Component/s: None
    • None
    • Environment:
      OS:
      node.js / npm versions:
      Additional info:
    • Needed
    • Hide

      closing as docs needed, specifically the operations that are supported on aggregation stages (just sort, skip and projection)

      Show
      closing as docs needed, specifically the operations that are supported on aggregation stages (just sort, skip and projection)
    • 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.

            Assignee:
            Unassigned
            Reporter:
            Maurizio Casimirri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: