https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365
--- Comment #39 from David Cook <[email protected]> --- I tried the following SQL to find problem records: select biblionumber from biblio_metadata where ExtractValue(metadata,'//*[string-length(.) > 9999]') <> ''; However, it can have misleading results... I've had someone save HTML into a note. The HTML might only be 7600 characters, but when you encode the HTML as entities (which is necessary for the XML) it increases to beyond 9999. The MARC has the HTML without the entity encoding so it's fine though... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
