https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5594
--- Comment #1 from Eric Phetteplace <[email protected]> --- This is particularly a problem with serials with a large quantity of items attached to a single bib record: the default sort is by item type, which isn't too helpful, but also sorting on almost *any* column results in a pretty random listing. For instance, sorting on the issues column results in a lexical sort like this: v. 1 1999 v. 10 2009 v. 11 2010 etc., the issue strings are ordered lexically. The more appropriate ordering would be to sort by volume number first and then the issue number. Or—as Nicole implied in her original comment—add an additional item record field for how it's to be sorted in the holdings table, so we could at least manually add an appropriate ordering. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
