From 62b922405a04712091c648050e0c0e05f05cf1c0 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Fri, 19 Oct 2007 14:32:19 -0500 Subject: [PATCH] Adding truncation ccl attributes which were missing in my commit. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- misc/zebra/ccl.properties | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/misc/zebra/ccl.properties b/misc/zebra/ccl.properties index 6863c9f11a..1133b21426 100644 --- a/misc/zebra/ccl.properties +++ b/misc/zebra/ccl.properties @@ -867,15 +867,17 @@ st-numeric 4=109 ### 5. BIB1 TRUNCATION ATTRIBUTES right-Truncation 5=1 -rt right-Truncation -left-Truncation 5=2 -left-and-right 5=3 -do-not-truncate 5=100 -process-in-search-term 5=101 -regExpr-1 5=102 +rtrn right-Truncation +left-Truncation 5=2 +ltrn left-Truncation +left-and-right 5=3 +lrtrn left-and-right +do-not-truncate 5=100 +process-in-search-term 5=101 +regExpr-1 5=102 fuzzy 5=103 -regExpr-2 5=103 -Z39-58 5=104 +regExpr-2 5=103 +Z39-58 5=104 ### 6. BIB1 STRUCTURE ATTRIBUTES incomplete-subfield 6=1 -- 2.39.2