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

Help missing in mongo shell for createIndex() call

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.1.1
    • Affects Version/s: 3.0.1
    • Component/s: Shell
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Hide

      mongo
      db.foo.help()

      Show
      mongo db.foo.help()
    • Quint Iteration 3.1.1

      if you type db.foo.help() within the Mongo shell you get a listing of the various methods available on a collection, but createIndex() is missing. This is odd given that createIndex is implemented in the shell and preferred over ensureIndex() in 3.x. EnsureIndex(), on the other hand, is listed in help.

            Assignee:
            rassi J Rassi
            Reporter:
            erlichson Andrew Erlichson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: