Skip to content

Ordering treat numeric values as string values #9

Description

@rubenmqz

Using the "order" parameter for a numeric field, results in retrieving the list in alphabeticall order, instead of numerical order.

Example:

Using "?_order=id" returns next sequence: "1, 10, 11, 12, 2, 3, 4, 5, 6, 7, 8, 9", instead of "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions