From 68e8fe137a3d1578e33b7e5061bebceedef6d70e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 7 Dec 2022 12:56:02 +0000 Subject: [PATCH] Bug 32416: Update attribute number for arp search to 9015 Content-Type: text/plain; charset=utf-8 Bug 20078 updated the attribute for arp to 2014 to avoid conflict with 9013 not-on-loan-count Bug 28830 then added Control-number-identifier as 2014, breaking arp again This patch updates the number to 9015 To test: 1 - Apply first patch 2 - Attempt searching by arp, no results (add a unique 526$d to a record to ease searching) 3 - Apply this patch 4 - Copy bib1.att and ccl.properties to the correct locations cp etc/zebradb/biblios/etc/bib1.att /etc/koha/zebradb/biblios/etc/bib1.att cp etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties 5 - Restart zebra 6 - Rebuild indexes 7 - Search again, success! Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- 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 94622eb13f..3aba565680 100644 --- a/etc/zebradb/biblios/etc/bib1.att +++ b/etc/zebradb/biblios/etc/bib1.att @@ -360,7 +360,7 @@ att 9909 Interest-grade-level att 9910 Reading-grade-level att 9904 arl -att 9014 arp +att 9015 arp att 9520 Item # Curriculum att 9658 curriculum diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties index a0f5764d2d..b71036e872 100644 --- a/etc/zebradb/ccl.properties +++ b/etc/zebradb/ccl.properties @@ -1162,7 +1162,7 @@ Reading-grade-level 1=9910 r=r arl 1=9904 r=r #Accelerated Reader Point -arp 1=9014 r=r +arp 1=9015 r=r # Curriculum curriculum 1=9658 -- 2.30.2