https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38416 Bug ID: 38416 Summary: Failover to MARCXML if cannot roundtrip USMARC when indexing Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org In Koha/SearchEngine/Elasticsearch.pm, we already failover to MARCXML if the MARC record is over 99999 characters long. There are other situations where USMARC cannot be generated correctly. For instance, when 1 field has over 9999 bytes. If we try roundtripping the USMARC and we get warnings, we should failover to MARCXML. We may get false positives, but it will prevent worse problems. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.