30 Apr
2026
30 Apr
'26
8:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42504 --- Comment #2 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 198409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198409&action=edit Bug 42504: Pass embed_total_issues to indexers Both the Elasticsearch indexer and rebuild_zebra.pl now pass embed_total_issues => 1 when calling metadata_record, so the search index always gets the current DB value for totalissues regardless of what is stored in the MARC record. Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Biblio.t => SUCCESS: Tests pass! 3. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.