Bug 39981

Summary: Patron extended attribute search only available at patrons page
Product: Koha Reporter: Mikko Liimatainen <mikko.liimatainen>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Mikko Liimatainen 2025-05-23 12:49:22 UTC
When you have selected patron attribute to be searchable in staff patron searches, this can only be done in the patrons page. However there are many other pages that have the patron search box available where you can't search with the extended patron attributes. I think patron attribute search should be available always when patron search is available. It would be more consistent with the description of the preference. "Check to make this attribute searchable in staff patron searches. If checked, this attribute will appear in patron search dropdowns."
Comment 1 Mikko Liimatainen 2025-10-08 05:48:08 UTC
I do think this can be fixed by adding [% USE ExtendedAttributeTypes %] to member-search-box.inc. I did try this fix and it seemed to work but I am not a coder and haven't read through the coding guidelines yet so maybe this isn't the preferred way of doing things.