https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30249
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Cook <[email protected]> --- 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. _______________________________________________ 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/
