[Koha-bugs] [Bug 10488] New MARC21 authority tags and subfields should be propagated to non-default frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 19:07:19 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10488

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
(In reply to comment #0)
> A possible restructuring of authorities_normal_marc21.sql that might make it
> easier to maintain would be to have it populate each non-default framework
> by first making a copy of the default tags and subfields, then removing the
> tags that are not relevant to the authority type.

That's easy to implement, and a great idea.
Problem is (for me), which tags are not relevant?

Current count of tags (with bug 9826) is

+-----------------+--------------+
| count(tagfield) | authtypecode |
+-----------------+--------------+
|             164 |              |
|              83 | CHRON_TERM   |
|              84 | CORPO_NAME   |
|              84 | GENRE/FORM   |
|              83 | GEOGR_NAME   |
|              85 | MEETI_NAME   |
|              84 | PERSO_NAME   |
|              83 | TOPIC_TERM   |
|              92 | UNIF_TITLE   |
+-----------------+--------------+

Is there some criteria over which tags are not relevant for a given auth type?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list