Summary: | Make bulkmarcimport.pl -a respect embedded authtypecode | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | MARC Authority data support | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Magnus Enger
2024-09-30 10:48:25 UTC
Can you explain the use case? Why is the sorting by heading field not working in this case? (In reply to Katrin Fischer from comment #1) > Can you explain the use case? Why is the sorting by heading field not > working in this case? The problem is that I have different categories of authorities, say "Corporation" and "Coprporation as subject". So one could be used to say "this document was published by CorpX" and the other to say "this document is about CorpX". (Maybe the same authority record could be used for both of these? But this is how the data was structured in the customer's Legacy System.) Both "Authority types" use 110 as the "Auth field copied". But when I import these auth records, Koha sees there is data in 110, and puts all the auths in the same category, regarless of what I put in 942$a. |