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

Limits return inconsistent results #49

Open
joshsmith opened this issue Aug 22, 2013 · 0 comments
Open

Limits return inconsistent results #49

joshsmith opened this issue Aug 22, 2013 · 0 comments

Comments

@joshsmith
Copy link

I can run the same query with different limits and get completely different results.

For example, I have a User.create(first_name: "Josh"). When I call User.find_with_index("Josh", { :limit => 10 }), it returns an empty array, but User.find_with_index("Josh", { :limit => 40 }) will return the desired result.

Strangely, anything >= 31 that I've tried so far works as desired, but anything less does not.

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

No branches or pull requests

1 participant