https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27272 --- Comment #44 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Martin Renvoize from comment #42)
(In reply to Jonathan Druart from comment #32)
Ha, and question, see catalogue/detail.pl We are using an order_by that was initially used in GetItemsInfo. Should it be the default order by for all item searches? I am also stuck trying to replicate the previous order_by behaviour for serials (see the FIXME there)
I wonder if we should add ordering into the Koha::Biblio->items method?
I'm not sure how it would/could affect embedding/prefetching/joining/caching...
But it would be nice to consistently order.. binding on whether the bib is a serial or otherwise to get the 'right' ordering?
Maybe we should have an explicit "search ordered" method? -- You are receiving this mail because: You are watching all bug changes.