[Koha-bugs] [Bug 31306] Add Koha::Items->search_ordered method

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 14:18:40 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
You are deciding which way to sort based on:
$self->search({ select => ["enumchron IS NOT NULL"]

The original routine based it upon:
$serial
Which was a join between items->serialitems->serial

I do not believe testing for enumchron is the same result - many libraries use
the enumchron for other purposes. Probably a count of serial items would
suffice?

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


More information about the Koha-bugs mailing list