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