[Koha-bugs] [Bug 32770] New: Patron search field groups no longer exist

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 19:36:08 CET 2023


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

            Bug ID: 32770
           Summary: Patron search field groups no longer exist
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Prior to bug 30063 we had a number of options in the patron dropdown that were
grouped fields. I.e. choosing 'Address' would search accross multiple address
fields
.

These have been lost, with no way for libraries to recreate them.

The mappings were:
         standard => C4::Context->preference('DefaultPatronSearchFields') ||
'surname,firstname,othernames,cardnumber,userid',
         email => 'email,emailpro,B_email',
         borrowernumber => 'borrowernumber',
         phone => 'phone,phonepro,B_phone,altcontactphone,mobile',
         address =>
'streetnumber,streettype,address,address2,city,state,zipcode,country',

-- 
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