find has different spacing for output than findOne

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Minor - P4
    • 2.5.5
    • Affects Version/s: None
    • Component/s: Shell
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      > doc = db.test.findOne()
      { "_id" : ObjectId("52857640a3461b18bcb33e3b"), "nums" : [ 1, 2, 3 ] }
      > db.test.find()
      { "_id" : ObjectId("52857640a3461b18bcb33e3b"), "nums" : [  1,  2,  3 ] }
      

            Assignee:
            Tyler Brock (Inactive)
            Reporter:
            Tyler Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: