[Bug 33401] New: Diakrits in authorities
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33401 Bug ID: 33401 Summary: Diakrits in authorities Change sponsored?: --- Product: Koha Version: 22.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Authority data support Assignee: koha-bugs@lists.koha-community.org Reporter: klas.blomberg@skovde.se QA Contact: testopia@bugs.koha-community.org Created attachment 149122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149122&action=edit Different subject heading in same authority record Koha doesn't take diakrits in consideration when authority records are created. In swedish we have three extra letters in the alphabet - ÅÄÖ. Koha treats those letters as AAO, and creates one unified authority record for the subject headings "Ankor" (ducks) and "Änkor" (widows) So, if you search for widows as subject you will get matches for Donald Duck. -- 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=33401 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Diakrits in authorities |Diacritics are ignored when | |auto-creating authorities --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I assume this might be because it appears the same to the search engine/SQL. Maybe an additional check is needed before creating the authority. -- 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=33401 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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=33401 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |domm@plix.at --- Comment #2 from Thomas Klausner <domm@plix.at> --- This seems to be fixed via Bug 38729. After applying the patch and setting the new syspref LinkerConsiderDiacritics to 'do', when linking via "Link authorities automatically", "Ankor" and "Änkor" are correctly linked. Not sure though what exactly you mean by this:
So, if you search for widows as subject you will get matches for Donald Duck.
Where do "search for widows"? If I don't autolink, but click on the manual search / linking popup thingy, I get two results (Ankor and Änkor). And can manually then pick the correct one. But again, I assume that 38729 fixes this bug. -- 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=33401 --- Comment #3 from Thomas Klausner <domm@plix.at> --- Created attachment 180030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180030&action=edit screenshot of linked auths Ah, taking the title of this bug as a hint, I tried: * setting AutoCreateAuthorities to 'generate' * editing a biblio * adding a new 650$a 'Töst' * adding another new 650$a 'Täst' * save * click on the 'autolink button' * the 650s point to two different auths * (see screenshot) -- 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