Help text for createView in shell is incorrect

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently it includes the argument names. These result in an invalid command

      db.createView(name, viewOn : ..., pipeline : [ { $operator: {...}}, ... ] )
      

      Changing to:

      db.createView(name, viewOn, [ { $operator: {...}}, ... ], { viewOptions } )
      

              Assignee:
              Daniel Pasette (Inactive)
              Reporter:
              Daniel Pasette (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: