From b5e9691060f5f462145cf303629428bef382fa39 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 7 Jan 2015 16:12:04 +0100 Subject: [PATCH] Bug 8992: Add 7..$3 to the Indentifier-standard index Signed-off-by: valerie bertrand Signed-off-by: Marcel de Rooy --- .../unimarc/biblios/biblio-koha-indexdefs.xml | 24 +++++++++++ .../biblios/biblio-zebra-indexdefs.xsl | 42 +++++++++++++++++++ .../marc_defs/unimarc/biblios/record.abs | 7 ++++ 3 files changed, 73 insertions(+) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml index 6b5bdaeddd..85cc089b7e 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -297,6 +297,10 @@ Author:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n @@ -319,6 +323,10 @@ Personal-name:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n @@ -332,6 +340,10 @@ Personal-name:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n @@ -345,6 +357,10 @@ Personal-name:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n @@ -363,6 +379,10 @@ Conference-name:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n @@ -381,6 +401,10 @@ Conference-name:p + + + Identifier-standard:w + Koha-Auth-Number:w Koha-Auth-Number:n 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 9aa1f76e85..c78e459644 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -641,6 +641,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -657,6 +664,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -666,6 +680,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -675,6 +696,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -684,6 +712,13 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + + + + + + @@ -693,6 +728,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 91cca147ac..ebcc956e64 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 -- 2.20.1