-
Type: Bug
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Shell
-
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 } )