Skip to content

Limits return inconsistent results #49

Description

@joshsmith

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions