From 9e72b90e964d50726522f5e9e52e1b3b3eada7ff Mon Sep 17 00:00:00 2001
From: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Date: Sun, 3 Nov 2013 19:04:44 +0100
Subject: [PATCH] Bug 11192 : Fix lf and ff07-02 definition in ccl.properties

ff7-02 1=87020 (position 2 of field 007 in MARC21) should be ff7-02 1=8702

lf 1=8833
lf fiction
fic fiction

should be

lf 1=8833
fiction lf
fic lf

To test :
1. apply the patch
2. copy the modified ccl.properties into your active Zebra config directory
3. reindex zebra (rebuild_zebra.pl -b -x -r -v)
4. make some searches using the fixed indexes

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
---
 etc/zebradb/ccl.properties | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties
index 3a1c578..e6617c2 100644
--- a/etc/zebradb/ccl.properties
+++ b/etc/zebradb/ccl.properties
@@ -1021,10 +1021,6 @@ mc-itype itype
 #date1 1=8801
 #date2 1=8802
 
-#att 8700            ff7-00
-#att 8701            ff7-01
-#att 8702            ff7-02
-
 ############## SUBJECT-RELATED
 # Topical Term
 #tt
@@ -1105,8 +1101,8 @@ Index-indicator ff8-31
 
 # Marc21 008/33 : For Books, Literary form (see UNIMARC : 105/11). For Serials, Script of title (see UNIMARC 100/34-35). For Music, Transposition and arrangement. For Visual Materials, Type of visual materials. For Maps, Special format characteristics
 lf 1=8833
-lf fiction
-fic fiction
+lf lf
+fic lf
 Literature-Code lf
 
 # Marc21 008/34 : For Books, Biography. For Maps, Special format characteristics. For Continuing ressources, Entry convention. For Visual Materials, Technique. UNIMARC 105/12 : Biography code
@@ -1118,7 +1114,7 @@ Biography-Code bio
 ## positions of Marc21 007 (1 byte)
 ff7-00 1=8700
 ff7-01 1=8701
-ff7-02 1=87020
+ff7-02 1=8702
 ff7-01-02 1=8703
 l-format ff7-01-02
 
-- 
1.8.5.2