Skip to content

issue: Sorting by Dex ID is done lexicographically, instead of numerically #997

@ralius18

Description

@ralius18

Where are you having the issue

  • GraphQL
  • JSON API

Is the issue affecting one of the two elements below ?

  • Translations
  • Definitions Files (Open API, GraphQL Schema, etc)

Description

When sorting by dexId value of cards, it appears to be done lexicographically when it should be numerically
For example, sorting the me01 set gets dexIds like [1, 1004, 102, 103, ...]
I'm expecting these to be in numerical order: [1, 2, 3, ...]

Maybe need to handle sorting by array fields differently

Metadata

Metadata

Assignees

No one assigned

    Labels

    issuePossible Data Error or Server BugserverServer/API Related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions