Doing a query on a list inside of an object inside of a list does not work.

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Major - P3
    • 0.9.3
    • Affects Version/s: 0.9.3
    • Component/s: None
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      > db.visits.find({ 'end' :

      {'$gt' : d}

      ,}).limit(1)
      {"_id" : "b4dd8c36e67c6c709f7d5def" , "pages" : [

      { "tests" : ["ShowInternalAdsSearch"] }

      ] , }
      > db.visits.find({ 'end' :

      {'$gt' : d}

      , 'pages.tests' : 'ShowInternalAdsSearch'})
      >

      This doesn't work, but I think it should.

            Assignee:
            Aaron Staple (Inactive)
            Reporter:
            jeff jenkins
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: