https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447
--- Comment #3 from Katrin Fischer <[email protected]> --- I think it would resolve the issue at hand most likely, but depending on the number of items in your system it might be quite a bit of work to do. I'd maybe wait to see if we can get someone to look at the code first - I was mostly guessing as the time frame could fit the change. To explain my comment about characters in codes a bit more: I would not recommend using ., -, _ and similar in codes for locations, collections, libraries and the like usually because these are treated as spaces by Zebra too. For example if you have codes book and e-book - book will also find all e-books, because "e-book" is seen as "e book" so book will match both. Similar for dots. This can be an intended effect sometimes, but often times it's not. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
