[Koha-bugs] [Bug 36226] Large patron databases create difficult patron auto-complete searches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 17:31:35 CET 2024


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
The problem here is our patron searches are not weighted. We simply gather all
patrons that match the search criteria and sort them by firstname and lastname.
We need to do weighted searching. We could do something like use Elastic for
indexing and searching patron data, or we could do something like
https://stackoverflow.com/questions/6496866/best-way-to-do-a-weighted-search-over-multiple-fields-in-mysql

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


More information about the Koha-bugs mailing list