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

Projections using dot notation to select an array element don't work

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • ALL

       db.getCollection('SomeCollection').find({}, {'array.0':1}) 

      I would expect the above to return documents like:

       {array:[{a:'a',b:'b'}]} 

      but instead returns all elements of the array, just as empty objects:

       {array:[{}, {}, {}]} 

      This doesn't make any sense. It seem broken.

            Assignee:
            kelsey.schubert@mongodb.com Kelsey Schubert
            Reporter:
            fresheneesz Billy Tetrud
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: