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

--- Comment #28 from Michael Hafen <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to