[Bug 28447] New: Refine your search Holding libraries location code omits dot and shows * instead of full name
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447 Bug ID: 28447 Summary: Refine your search Holding libraries location code omits dot and shows * instead of full name Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: b.pastern4k@gmail.com QA Contact: testopia@bugs.koha-community.org Some of locations in the library have codes that end with dot. Recently this library was updated from 19.11 to 20.11 and in search results page in "Refine your search" there is simply a "*" symbol instead of full location name in "Holding libraries" category. When I hover mouse over it it shows location code without a dot. Some locations have 2 dots and only last one is omitted. In version 19.11 everything was working fine. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17661 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I believe this might be because we added code to make the facet display more consistent with various ISBD punctuation (bug 17661) Can I ask why the dot was chosen? Usually it's recommend to avoid any special characters in the codes (at least we recommend it, because things like this :) ) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 [Bug 17661] Differences in field ending (whitespace, punctuation) cause duplicate facets -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447 --- Comment #2 from Bohdan <b.pastern4k@gmail.com> --- The dot was chosen because the name of the library location consists of multiple words. Does this mean location should be changed and last dot removed as well as change location for all items? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28447 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org