https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101
--- Comment #18 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to David Cook from comment #17) > > + # Catch-all for very long words > > Under what circumstances would this occur? Well, I don't think it is 100% needed, but if someone put a 4-byte per char word composed by 9000 chars... splitting the subfield would require breaking the word, and the else just does it on MAX_SIZE. I don't think it will ever happen because it would imply some wrong cataloguing IMHO, but we want the indexer to survive in that case too. -- You are receiving this mail because: 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/
