From 1cc21be002c2fb002a4c9933af4c7fd47a07e970 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 11 Dec 2007 18:33:28 +0100 Subject: [PATCH] unimarc.abs change : defaulting author sorting to 700$a instead of 200$f + some tab added to have something easier to read Some libraries don't use authorities (700$a), but they are usually small libraries, so won't be with zebra ! Signed-off-by: Joshua Ferraro --- etc/zebradb/biblios/etc/record_unimarc.abs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/zebradb/biblios/etc/record_unimarc.abs b/etc/zebradb/biblios/etc/record_unimarc.abs index d1a2ce1a54..004101c90a 100644 --- a/etc/zebradb/biblios/etc/record_unimarc.abs +++ b/etc/zebradb/biblios/etc/record_unimarc.abs @@ -81,16 +81,18 @@ melm 200$b itype ############ AUTHORS ################## # main Author -melm 200$f Author:w,Author:p,Author:s +melm 200$f Author:w,Author:p # other Authors melm 200$g Author:w,Author:p # physical Author -melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n -melm 700$a Author,Author-name-personal,Author:p,Author-name-personal:p melm 700 Author,Author-name-personal,Author:p,Author-name-personal:p -melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n -melm 701 Author,Author-name-personal,Author:p,Author-name-personal:p -melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n -melm 702 Author,Author-name-personal,Author:p,Author-name-personal:p +melm 700$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 700$a Author, Author-name-personal, Author:p, Author-name-personal:p, Author:s +melm 700 Author,Author-name-personal,Author:p,Author-name-personal:p +melm 701$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 701 Author,Author-name-personal,Author:p,Author-name-personal:p +melm 702$9 Koha-Auth-Number,Koha-Auth-Number:n +melm 702 Author,Author-name-personal,Author:p,Author-name-personal:p + # collective Author 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 @@ -100,8 +102,6 @@ melm 711 Author,Author-name-corporate,Author-name-conference,Corporate-name,C 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 - - ############## TITLE ################## # main Title melm 200$a Title:w,Title:p,Title:s @@ -112,7 +112,7 @@ melm 200$d Title:w,Title:p # subTitle melm 200$e Title:w,Title:p -melm 205 Title,Title:p +melm 205 Title,Title:p melm 208 Serials,Serials:p melm 207 Printed-music,Printed-music:p -- 2.39.5