Bug #34292
use natural sorting when sorting by file name
| Status: | Needs Feedback | Start date: | 2012-02-26 | |
|---|---|---|---|---|
| Priority: | Won't have this time | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | YAG 2.x | |||
| Votes: | 0 |
Description
when you have file names like 1.jpg, 2.jpg and 10.jpg... 10 does NOT come after 9 instead it comes after 1.
History
Updated by Michael Knoll about 1 year ago
- Status changed from New to Needs Feedback
- Priority changed from Should have to Won't have this time
Hi Simon,
that's right, we use MySQL default sorting here. Think we won't change this unless you give us a hint which SQL command to use for "natural sorting". You have to use 01.jpg ... 09.jpg 10.jpg to achieve your desired sorting.
Greez
Mimi
Updated by Simon Schaufelberger about 1 year ago
Updated by Michael Knoll 8 months ago
- Target version set to YAG 2.x