Default model sorting is A-Z followed by a-z.
Bug #1391018 reported by
Victor Thompson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mediascanner2 (Ubuntu) |
New
|
Undecided
|
James Henstridge |
Bug Description
In the models provided by the mediascanner 2.0 plugin that the music app uses the models have sorting such that lower case letters are after any and all items that start with an upper case letter. This produces ordering such as the following:
Awesome
Cool
Excellent
Wonderful
abysmal
bad
wrong
It would better if the SQL queries used "COLLATE NOCASE".
Related branches
lp://staging/~vthompson/mediascanner2/add-case-insensitive-sorting
Ready for review
for merging
into
lp://staging/mediascanner2
- James Henstridge: Needs Fixing
- unity-api-1-bot: Approve (continuous-integration)
-
Diff: 70 lines (+8/-3)1 file modifiedsrc/mediascanner/MediaStore.cc (+8/-3)
affects: | mediascanner2 → mediascanner2 (Ubuntu) |
To post a comment you must log in.
James, is there any reason we can't change the collation order like Victor suggests?