Skip to content

NRediSearch paging fails on pagesize 20 #940

@dme-development

Description

@dme-development

I believe there is an issue with the .Boxed() method in Literals.cs when the property has value 20. This will cause an "Index was outside the bounds of the array" error.

                args.Add("LIMIT".Literal());
                args.Add(_paging.Offset.Boxed());
                args.Add(_paging.Count.Boxed());

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions