https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365
--- Comment #36 from Thomas Klausner <[email protected]> --- (In reply to Martin Renvoize from comment #35) > I suppose it's not as clear cut as we're making out here is it? > MARC::Record allows dealing with ISO 2709 MARC and MARCXML, and those differ > in their ability to handle large records. Yes, so I think that MARC::File::USMARC should properly handle too large data (which MARC::File::XML can handle) via providing an option to truncate too large data or die when trying to encode it. Koha itself should switch to use MARCXML to store the whole record in the ES index (unless we don't need the whole record in the index at all) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
