Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-26517

Help text for createView in shell is incorrect

    • Fully Compatible
    • ALL

      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:
            dan@mongodb.com Daniel Pasette (Inactive)
            Reporter:
            dan@mongodb.com Daniel Pasette (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: