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

Wildcard support in index/query/projection

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Backlog
    • Major - P3
    • Resolution: Unresolved
    • 0.9.9
    • None
    • 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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: