Skip to content

Denormalized data sorted lexicographically #1

@project705

Description

@project705

All denormalized elements are converted to strings to avoid "int < str" exceptions. However this causes list indices to be sorted lexicographically rather than numerically which is counterintuitive. A simple workaround is probably just to add a large integer offset to the index in the sort key function.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions