@@ -, +, @@ files cp /kohadevbox/koha/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml /etc/koha/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml cp /kohadevbox/koha/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl /etc/koha/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl Matching rule code: OCN Description: Other control number Match threshhold: 1000 Record type: Authority record Search-index: Other-control-number Score: 1000 Tag: 035 Subfields: a --- etc/zebradb/authorities/etc/bib1.att | 1 + etc/zebradb/ccl.properties | 1 + .../marc_defs/marc21/authorities/authority-koha-indexdefs.xml | 6 ++++++ .../marc21/authorities/authority-zebra-indexdefs.xsl | 11 ++++++++++- 4 files changed, 18 insertions(+), 1 deletion(-) --- a/etc/zebradb/authorities/etc/bib1.att +++ a/etc/zebradb/authorities/etc/bib1.att @@ -14,6 +14,7 @@ att 9043 Kind-of-record att 9046 Record-status att 9050 Subject-heading-thesaurus att 9051 Previous-heading-see-from +att 9052 Other-control-number # Personal Name att 1 Personal-name --- a/etc/zebradb/ccl.properties +++ a/etc/zebradb/ccl.properties @@ -888,6 +888,7 @@ Heading-use-main-or-added-entry 1=Heading-use-main-or-added-entry Heading-use-series-added-entry 1=Heading-use-series-added-entry Heading-use-subject-added-entry 1=Heading-use-subject-added-entry Subject-heading-thesaurus 1=Subject-heading-thesaurus +Other-control-number 1=Other-control-number ################################################### ### 2. BIB1 RELATION ATTRIBUTES --- a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml +++ a/etc/zebradb/marc_defs/marc21/authorities/authority-koha-indexdefs.xml @@ -55,6 +55,12 @@ authority-zebra-indexdefs.xsl` LC-card-number:p + + + Other-control-number:w + Other-control-number:p + + Record-source:w --- a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl +++ a/etc/zebradb/marc_defs/marc21/authorities/authority-zebra-indexdefs.xsl @@ -53,7 +53,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) - + @@ -83,6 +83,15 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + + + --