-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
Environment:Ubuntu 9.10 32-bit, using the latest package available in the repo.
I created an index on cluster, cluster_depth, visited (ascending on all), and querying I get this:
In [60]: people.find_one({"cluster": cluster, "cluster_depth": 0, "visited": {"$exists": True}})
Out[60]:
Visited does not exist, it is wrong. Removing the index gives me the correct reply.