6 Dec
2024
6 Dec
'24
2:22 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101 --- Comment #18 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (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.