Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
1.8.1, 2.0.1
-
Ubuntu 11.10 64bit
-
Query
-
Linux
Description
Given a collection A with 10000 documents, each containing one property `name`, in which 2 documents have the same name, if we execute ensureIndex with option unique on name and immediately follow with a find() for all documents, the index fails (as expected) but the find() only returns with 101 documents.
Here is an example using Mongoose on Nodejs:
https://gist.github.com/1449032