>>> 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.
>>> 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.