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

Kyle M Hall <k...@bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@bywatersolutions.com

--- Comment #1 from Kyle M Hall <k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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