https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42835 --- Comment #40 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Created attachment 203721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203721&action=edit Bug 42835: (QA follow-up) Reuse pre-scanned MARC record in searchResults() The OPAC item-visibility pre-scan already parses every record on the page to collect itemnumbers, then the main loop parsed the same records again a few lines later. Stash the parsed record from the pre-scan and reuse it, instead of parsing twice. Test plan: 1) Run: prove t/db_dependent/Search.t Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> -- You are receiving this mail because: You are watching all bug changes.