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

inaccurate count() when using $all

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

      >>> 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 Eliot Horowitz (Inactive)
            Reporter:
            thekrillr aaron krill
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: