inaccurate count() when using $all

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • 1.1.3
    • Affects Version/s: 1.1.0
    • Component/s: Querying
    • None
    • Environment:
      Ubuntu 9.04, EC2 small instance
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      >>> model.find({"tags":{"$all":["bittorrent","client"]}}).count()
      19
      >>> len(list(model.find({"tags":{"$all":["bittorrent","client"]}})))
      1

      that doesn't seem right to me. let me know what other info you need.

              Assignee:
              Eliot Horowitz (Inactive)
              Reporter:
              aaron krill
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: