From dafd73821fce7479e2915f33b4a8efccb4e02dd0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 23 Apr 2014 13:34:03 +0200 Subject: [PATCH] Bug 8992: Add 7..$3 to the Indentifier-standard index --- .../unimarc/biblios/biblio-zebra-indexdefs.xsl | 42 ++++++++++++++++++++ etc/zebradb/marc_defs/unimarc/biblios/record.abs | 7 ++++ 2 files changed, 49 insertions(+) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl index c1a41aa..50f8f2c 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -656,6 +656,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -672,6 +679,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -681,6 +695,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -690,6 +711,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -699,6 +727,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -708,6 +743,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index 52de476..2a22a63 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -144,20 +144,27 @@ melm 200$f Author:w,Author:p # other Authors melm 200$g Author:w,Author:p # physical Author +melm 700$3 Identifier-standard:w melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n melm 700$a Author,Personal-name,Author:p,Personal-name:p,Personal-name,Author:s melm 700 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p +melm 701$3 Identifier-standard:w melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n melm 701 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p +melm 702$3 Identifier-standard:w melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n melm 702 Author,Personal-name,Author:p,Personal-name:p,Personal-name:p # collective Author +melm 710$3 Identifier-standard:w melm 710$9 Koha-Auth-Number,Koha-Auth-Number:n melm 710 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p + +melm 711$3 Identifier-standard:w melm 711$9 Koha-Auth-Number,Koha-Auth-Number:n melm 711 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p +melm 712$3 Identifier-standard:w melm 712$9 Koha-Auth-Number,Koha-Auth-Number:n melm 712 Author,Author-name-corporate,Author-name-conference,Corporate-name,Conference-name,Author:p,Author-name-corporate:p,Author-name-conference:p,Corporate-name:p,Conference-name:p -- 1.7.10.4