[Koha-patches] [PATCH] Changes to installed indexing.

David Bavousett david.bavousett at liblime.com
Fri Jan 30 18:37:01 CET 2009


These changes tidy up ISBN and ISSN indexing, per Michele Maenpaa.  It's being
set up manually on many new installations, and probably ought to
become part of the default
Koha installation.
---
 etc/zebradb/biblios/etc/bib1.att                |    1 +
 etc/zebradb/ccl.properties                      |    5 +++--
 etc/zebradb/marc_defs/marc21/biblios/record.abs |    7 ++++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att
index eac4266..6b8ea58 100644
--- a/etc/zebradb/biblios/etc/bib1.att
+++ b/etc/zebradb/biblios/etc/bib1.att
@@ -118,6 +118,7 @@ att 9008    cn-item
 att 9009    cn-prefix
 att 9010    cn-suffix
 att 9011    Suppress
+att 9012    Identifier-other

 # Items Index
 att 8001    withdrawn
diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties
index 775feed..9e36cad 100644
--- a/etc/zebradb/ccl.properties
+++ b/etc/zebradb/ccl.properties
@@ -313,8 +313,8 @@ ctype Content-type
 #Control number-LC       9  Character string that uniquely  010, 011
 #                           identifies a record in the
 #                           Library of Congress database.
-#LC-card-number 1=9
-#lc-card LC-card-number
+LC-card-number 1=9
+lc-card LC-card-number

 #Control number-local   12  Character string that uniquely  001, 035
 #                           identifies a record in a local
@@ -937,6 +937,7 @@ cn-item 1=9008
 cn-prefix 1=9009
 cn-suffix 1=9010
 Suppress 1=9011
+id-other 1=9012
 date-entered-on-file 1=date-entered-on-file
 extent 1=Extent
 llength 1=llength
diff --git a/etc/zebradb/marc_defs/marc21/biblios/record.abs
b/etc/zebradb/marc_defs/marc21/biblios/record.abs
index 31cf56d..d78a649 100644
--- a/etc/zebradb/marc_defs/marc21/biblios/record.abs
+++ b/etc/zebradb/marc_defs/marc21/biblios/record.abs
@@ -52,10 +52,11 @@ melm 015
BNB-card-number,BGF-number,Number-db,Number-natl-biblio,Identifi
 melm 017        Number-legal-deposit,Identifier-standard
 melm 018        Identifier-standard
 melm 020$a      ISBN:w,Identifier-standard:w
-melm 020        ISBN,Identifier-standard
-melm 022$a      ISSN:w,ISBN:w
-melm 022        ISSN,Identifier-standard
+melm 020        Identifier-standard
+melm 022$a      ISSN:w,Identifier-standard:w
+melm 022        Identifier-standard
 melm 023        Identifier-standard
+melm 024$a      Identifier-other
 melm 024        Identifier-standard
 melm 025        Identifier-standard
 melm 027        Report-number,Identifier-standard
-- 
1.6.0.4



More information about the Koha-patches mailing list