Wildcard support in index/query/projection

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: 0.9.9
    • Component/s: Index Maintenance, Querying
    • None
    • Query Optimization
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      db.foo.ensureIndex(

      { "a.*.b" : 1 }

      )
      db.foo.find(

      { "a.*.b" : 5 }

      )
      db.foo.find( {} ,

      { "a.*b" : 1 }

      )

            Assignee:
            [DO NOT USE] Backlog - Query Optimization
            Reporter:
            Mina Naguib
            Votes:
            67 Vote for this issue
            Watchers:
            63 Start watching this issue

              Created:
              Updated: