[Koha-bugs] [Bug 28492] Hyphen in branchcode gives wrong search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 31 23:10:06 CEST 2021


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

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Caroline,
that's a known issue. The search by library and others are keyword searches.
hyphens are treated as spaces, so FFL-N is "FFL S" and a search for FFL will
find it. Same is true for locations, collections etc.

I don't think changing the hyphen behavior in general would be a good idea as
we want that for normal search. Using "ext" (exact field search) was
problematic in the past - it didn't work for libraries using ICU. Not sure if
it does now.

Safest option might be to avoid hyphens in the codes.

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


More information about the Koha-bugs mailing list