https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43354 --- Comment #1 from Andrii Nugged <nugged@gmail.com> --- Created attachment 203868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203868&action=edit Bug 43354: Fix ILL request table search Bug 33544 combined the ILL request detail fields into one column. The combined column kept an empty data property without the related-object search metadata. A global table search therefore generated a query against "me.", which the REST endpoint rejected with a 500 error. Restore the extended attribute search mapping for the fields displayed in the combined Request details column. Add Cypress coverage for both the REST query and the matching result. Test plan: Before applying the patch: 1. Make sure the ILLModule system preference is enabled. 2. Open a patron record. 3. Click "ILL requests history" in the menu on the left. 4. Type any text in the Search box above the table. 5. Confirm that Koha shows a 500 Internal Server Error message. Apply the patch. After applying the patch: 1. Repeat steps 2 to 4 above. 2. Confirm that the table refreshes without an error. It may show no matching requests. 3. If the patron has an ILL request, search for part of a title or author shown under Request details. 4. Confirm that the matching request remains in the table. Co-Authored-By: Loontik <loontik@nugged.team> -- You are receiving this mail because: You are watching all bug changes.