[Koha-bugs] [Bug 7397] New: Patron search from Checkout tab does 'contains' instead of 'starts_with' search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 2 21:56:08 CET 2012


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

             Bug #: 7397
           Summary: Patron search from Checkout tab does 'contains'
                    instead of 'starts_with' search
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
        AssignedTo: ian.walls at bywatersolutions.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: ian.walls at bywatersolutions.com
                CC: gmcharlt at gmail.com


When searching for a patron using the Checkout tab, instead of the main Patron
search, inexact searches (those returning more than 1 hit) do a 'contains'
search instead of a 'starts_with' search (as one would expect from the Patron
search module's behaviour).  The result is many, many more results than one
would otherwise expect.

The call to Search() in circ/circulation.pl seems to be malformed given the
documentation for how C4::Members::Search works.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list