Sort on full title, not just first letter
zhahai - May 17, 2008 - 00:28
| Project: | Bibliography Module |
| Version: | 5.x-1.15 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The [Title] sort seems to deliberately sort by first letter of title then by descending year. Is there a rationale for this?
Something similar may happen in some other sorts.
My users want me to sort by the full title. I can take out the substring()'s in the ORDER BY clause creation code, but of course this means that I'll have to redo that change with each new release. Is there a better way?
Or could this be configurable?
Thanks,
Zhahai

#1
Title sorting has been greatly improved in 6.x and I will back port it to 5.x when things stabilize a bit.
To answer you question, there is no really good reason for the current cascaded sorts, and I am removing it in 6.x. Also new in 6.x is that the sorting detects and ignores words like "A ", "An ", "The " at the beginning of a title so the sorting makes a bit more sense. If you have any other words like this you would like ignored at the beginning of titles, now would be a good time to put them forward.
Ron.
#2
#3
Automatically closed -- issue fixed for two weeks with no activity.