[Koha-bugs] [Bug 13070] Managing staged MARC records, sorting by title should ignore articles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 14 22:48:13 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13070

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Note, it seems mysql doens't really support this kind of sorting.. there are
ways to do it,
http://stackoverflow.com/questions/9087603/mysql-sort-alphabetically-but-ignore-the,
but I'm feeling they're never going to be as extensible and performant as the
feature originally was... hmm, maybe loading the dataset into a perl structure
in memory and sorting within that would be a more viable option.. but I feel
that level of re-write falls outside the scope of this bug.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list