[Koha-bugs] [Bug 13822] New: Patron autocomplete search is severly limited

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 11 15:47:32 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13822

            Bug ID: 13822
           Summary: Patron autocomplete search is severly limited
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

The script that returns data for the patron autocomplete does not use
C4::Members::Search. Instead it uses bespoke code that does not behave like the
traditional search and is very limited in how it can search.

If, for example, I search for "hall, k" in the standard search, I would get
"Kyle Hall" back as a result. For the autocomplete search, I will not.

This script should use C4::Members::Search to provide better searching and to
keep the code base DRY.

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


More information about the Koha-bugs mailing list