[Bug 23779] New: Importing authority records should look for $1xx field matches
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23779 Bug ID: 23779 Summary: Importing authority records should look for $1xx field matches Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: carnold@dgiinc.com QA Contact: testopia@bugs.koha-community.org Created attachment 93886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93886&action=edit Importing Auth Record Match options When you import authority records using Tools->Stage MARC records for import the options for checking duplicates are for ISBN , ISSN and KohaBiblio. However, those fields make no sense for checking auth duplications. -- 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=23779 --- Comment #1 from Cori Lynn Arnold <carnold@dgiinc.com> --- It should _at least_ look for $1xx fields, but DGI would _love_ to have $001 control number field checking -- 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=23779 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |enhancement CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Cori, the matching rules are fully configurable. The ones you listed below are just some samples that Koha adds out of the box as sample data during instalation. Have you tried adding your own? The only tricky bit is knowing the index name. I found this helpful: https://bywatersolutions.com/news/match-points-in-koha I am changing to enhancement. -- 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=23779 --- Comment #3 from Cori Lynn Arnold <carnold@dgiinc.com> --- Let me rephrase then, Koha should come out of the box with a sample matching record for 1xx fields for loading Authority Records. -- 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=23779 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Cori Lynn Arnold from comment #3)
Let me rephrase then, Koha should come out of the box with a sample matching record for 1xx fields for loading Authority Records.
Yes, I think that would make a lot of sense. It's just a bit more difficult than the standard rules. I think we would want something like: Score: 50 points Then 3 matchpoints for each 100 = 50 points 110 = 50 points 111 = 50 points So that each of those would make it reach the score needed to match. -- 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=23779 --- Comment #5 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 93941 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93941&action=edit Example of a 1xx Rule Attached is an example of a working 1xx Matching Rule for Authorities -- 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=23779 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am surprised that the rule attached is working, I would have expected it not to because the Search index information is empty - could it be that it's using the keyword index for matching in this case? -- 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=23779 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|19.05 |master Summary|Importing authority records |Add sample matching rule |should look for $1xx field |for authority records on |matches |$1xx field matches -- 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=23779 --- Comment #7 from Cori Lynn Arnold <carnold@dgiinc.com> --- (In reply to Katrin Fischer from comment #6)
I am surprised that the rule attached is working, I would have expected it not to because the Search index information is empty - could it be that it's using the keyword index for matching in this case?
It does work. Should I add an index? If so, which one do you think? -- 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=23779 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Cori Lynn Arnold from comment #7)
(In reply to Katrin Fischer from comment #6)
I am surprised that the rule attached is working, I would have expected it not to because the Search index information is empty - could it be that it's using the keyword index for matching in this case?
It does work. Should I add an index? If so, which one do you think?
Hi Cori, sorry it took me so long. The indexing of authority records is a little bit of a mystery to me. We just had someone struggling with this on the German mailing list as well. I believe indexes would be: 100 = Personal-name 110 = Corporate-name 111 = Meeting-name As listed here: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=etc/zebradb/marc_d... If you get a chance and could try if adding these make a difference in your rule, I'd appreciate hearing about the results. -- 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