From 3e4ca8c3e9ab12bd4b025430e3a8d02039182819 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 26 Sep 2018 15:00:16 +0000 Subject: [PATCH] Bug 20078: (follow-up) Prevent conflict from attribute duplication To test: 1 - Apply first patch 2 - Attempt searching by arp, no results 3 - Apply this patch 4 - Copy bib1.att and ccl.properties to the correct locations 5 - Restart zebra 6 - Rebuild indexes 7 - Search agian, success! Signed-off-by: Margie Sheppard - Central Kansas Library System CKLS --- etc/zebradb/biblios/etc/bib1.att | 2 +- etc/zebradb/ccl.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att index 7acdc18..d14d617 100644 --- a/etc/zebradb/biblios/etc/bib1.att +++ b/etc/zebradb/biblios/etc/bib1.att @@ -358,7 +358,7 @@ att 9909 Interest-grade-level att 9910 Reading-grade-level att 9904 arl -att 9013 arp +att 9014 arp att 9520 Item # Curriculum att 9658 curriculum diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index a1ea690..5c003d3 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -1151,7 +1151,7 @@ Reading-grade-level 1=9910 r=r arl 1=9904 r=r #Accelerated Reader Point -arp 1=9013 r=r +arp 1=9014 r=r # Curriculum curriculum 1=9658 -- 2.1.4