[Koha-bugs] [Bug 20099] Filtering by Library returns incorrect results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 30 21:50:17 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20099

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think the issue is the underscore. My guess is that Zebra treats it as a
space, so you end up with Zebra treating AB_D and AB_C as 2 words. When doing a
keyword search or limit on AB it will then naturally return the records from
all branches with the 'word' AB.

My normal advice is: never use spaces or underscores or - in your codes
(library, itemtype, locatio, collection, ...) in Koha, because of how Zebra
will treat them. Sometimes you might want that behaviour, but other times it's
really not helpful.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list