https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32985 Bug ID: 32985 Summary: DefaultPatronSearchFields not affecting all searches Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com So, we've had no problem searching for patrons in Koha via cardnumber in general, even though we didn't list cardnumber in DefaultPatronSearchFields. This may be because we also use the cardnumber as the username. BUT, we don't define the username as one of the searchable fields in DefaultPatronSearchFields. So, Koha is finding either the cardnumber or the username without it being in this preference. We figured this out because we could not search for guarantors by cardnumber until we put this field in DefaultPatronSearchFields. Now it works. So, guarantor search is adhering to this setting, but the rest of Koha is not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.