[Bug 39598] New: Make it possible to ignore apostrophe in searching
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39598 Bug ID: 39598 Summary: Make it possible to ignore apostrophe in searching Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org Similar to Bug 27153, but for Zebra We understand we can add a transliterate rule in words-icu.xml, but would prefer to not maintain this on a server. It would be great if this could be toggled as a system preference, so that the rule is instance-specific. -- 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=39598 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27153 -- 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=39598 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I wonder how that could work with the Zebra configuration files as we cannot change them on the fly and manipulating the search query doesn't seem to be enough as I think you'd always have to change how things are indexed (ignoring apostrophes or not). I believe by default the normal apostrophes are ignored or could be added to the instance specific index configuration files (there is option option to have them instance specific IIRC, but we haven't used that feature) -- 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=39598 hacheng@pymblelc.nsw.edu.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hacheng@pymblelc.nsw.edu.au -- You are receiving this mail because: You are watching all bug changes.
From memory, Koha's Zebra config currently turns "David's" into "David s" using
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39598 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- the ICU rules. I don't know allt he details of bug 27153, but we probably could use the XSLTs to add a z:index entry for title-no-punctuation that would be "Davids" and have title be "David's", and then the ICU rule will just affect "title" and not "title-no-punctuation". I haven't looked at bug 27153 in a while though, so I'd have to review it to know what we're doing there for sure. And actually... since the Zebra XSLTs are generated from the XML... it might be quite annoying to achieve this anyway... -- 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=39598 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make it possible to ignore |Make it possible to ignore |apostrophe in searching |apostrophe in searching | |(Zebra) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org