https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30249 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #2 from David Cook <dcook@prosentient.com.au> --- This is just an educated guess, but "E-BK" is probably being normalized as "E BK" and then tokenized into "E" and "BK". I don't know about ES but I'm confident Zebra doesn't have any way to avoid normalization/tokenization for selective indexes. I'd say the solution would be to try to avoid allowing itemtypes that can be normalized/tokenized to be the same, but that won't help with data migrations. I suppose it could be yet another check in about.pl... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.