Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoRM returns wrong number of results #44

Open
ghost opened this issue Oct 14, 2010 · 0 comments
Open

NoRM returns wrong number of results #44

ghost opened this issue Oct 14, 2010 · 0 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 14, 2010

When performing the following query which i know real result count I get fewer results than expected.

string[] ids = {"", "", ... };
collection.Find( new { _id = Q.in( ids ));

if my list of ids was 8222, i might only get back 789 records. To me this seems to be a big bug. I had to resort to retrieving records in batches of 100 at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants