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

Wildcard support in index/query/projection

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • 0.9.9
    • Index Maintenance, Querying
    • None
    • Query Optimization

    Description

      db.foo.ensureIndex(

      { "a.*.b" : 1 }

      )
      db.foo.find(

      { "a.*.b" : 5 }

      )
      db.foo.find( {} ,

      { "a.*b" : 1 }

      )

      Attachments

        Activity

          People

            Votes:
            67 Vote for this issue
            Watchers:
            63 Start watching this issue

            Dates

              Created:
              Updated: