http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11096
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from David Cook <[email protected]> --- By the coordinated efforts of Galen, Jared, Thomas, Tomas, and myself, we've found that the problems that I was experiencing were due to using version 2.0.3-1 of MARC::Record and the GRS-1 indexing filter. Newer versions of MARC::Record will set the record length of the leader to 99999 if it exceeds 99999. Here is the commit that changed MARC::Record: https://sourceforge.net/p/marcpm/code/ci/3efc45777f8e4bec1cd09beb6ab2968e5fb0e44f/ So, upgrading to a newer version of MARC::Record will fix this problem when using DOM. However, these problems will persist when using GRS-1 (as it seems that GRS-1 relies on the ISO2709 spec in some way internally). As Jared mentioned on IRC, the best bet is probably to push this patch, even though it will only work for DOM indexing. GRS-1 indexing will just work the same as always, so there is no negative impact for GRS-1 users for using this patch. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
