[Koha-bugs] [Bug 28726] Add sort1 and sort2 to patron card creator patron search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 24 20:13:40 CET 2023


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

--- Comment #28 from Michael Hafen <michael.hafen at washk12.org> ---
The patch right now is trying the Authorized Values first, and if those are
empty, then it hits the database.

Kyle, are you suggesting an auto-complete style text input?  I could do that
instead, though I'd have to figure out how.  That would still mean a lot of
database queries though.

Maybe a (not unique) index on each of those two columns? (assuming we don't
already have one.)

I don't think we can't avoid querying the database at this point.  As long as
sort1 and sort2 are free entry fields on the member entry page, we can't avoid
querying the database to collect those values.  And we need those values in
order to use them as a filter when searching members.

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


More information about the Koha-bugs mailing list