[Koha-cvs] koha/misc/zebra record_biblios_unimarc.abs [rel_3_0]

LAURIN arnaud alaurin at ouestprovence.fr
Fri Dec 8 19:05:34 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	LAURIN arnaud <alaurin>	06/12/08 18:05:34

Modified files:
	misc/zebra     : record_biblios_unimarc.abs 

Log message:
	add on zebrabiblios, authorities, bug fixing for declarations ....
	
		now , the values $9 are declared before other values, 
		
		example : the value 600 $9, is declared before value 600

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/zebra/record_biblios_unimarc.abs?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: record_biblios_unimarc.abs
===================================================================
RCS file: /sources/koha/koha/misc/zebra/Attic/record_biblios_unimarc.abs,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- record_biblios_unimarc.abs	8 Dec 2006 10:16:53 -0000	1.1.2.4
+++ record_biblios_unimarc.abs	8 Dec 2006 18:05:34 -0000	1.1.2.5
@@ -1,4 +1,4 @@
-# $Id: record_biblios_unimarc.abs,v 1.1.2.4 2006/12/08 10:16:53 alaurin Exp $
+# $Id: record_biblios_unimarc.abs,v 1.1.2.5 2006/12/08 18:05:34 alaurin Exp $
 
 # indexing rules. It
 # results in a server which provides a passable Bath level 0 and 1 service
@@ -56,7 +56,10 @@
 # other authors
 melm 200$g		author,author:p
 # physical author
+melm 700$9      	Koha-Auth-Number,Koha-Auth-Number:n
+melm 700$a		author
 melm 700		author,author:p
+
 melm 701		author,author:p
 melm 702		author,author:p
 # collective author
@@ -156,6 +159,15 @@
 melm 345$a		Note	!:w,!:p
 
 ########### SUBJECTS (6xx) ##################
+melm 600$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 601$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 602$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 603$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 604$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 605$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 606$9      Koha-Auth-Number,Koha-Auth-Number:n
+melm 610$9      Koha-Auth-Number,Koha-Auth-Number:n
+
 melm 600$a		author
 melm 600		subject-heading,subject-heading:p
 melm 601$a		author
@@ -167,14 +179,13 @@
 melm 606		subject-heading,subject-heading:p
 melm 610		subject-heading
 
-melm 600$9      Koha-Auth-Number:n
-melm 601$9      Koha-Auth-Number:n
-melm 602$9      Koha-Auth-Number:n
-melm 603$9      Koha-Auth-Number:n
-melm 604$9      Koha-Auth-Number:n
-melm 605$9      Koha-Auth-Number:n
-melm 606$9      Koha-Auth-Number:n
-melm 610$9      Koha-Auth-Number:n
+
+
+
+######################
+
+
+
 
 #melm 650$9		Controlled-Subject-Index	
 





More information about the Koha-cvs mailing list