Skip to content

Sort field columns in aggregations using "natsort" style #388

@macneurolab

Description

@macneurolab

A typical aggregation contains:
sort: Field or sort:^Field

It would be very useful to have the option to sort the way php "natsort" does:
file1
file2
file10
file20

Currently the result is:

file1
file10
file2
file20

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions