Bugzilla – Attachment 124240 Details for
Bug 28337
Add System-control-number index for authorities to MARC21 indexes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28337: Use existing definition in ccl.properties and bib1.att
Bug-28337-Use-existing-definition-in-cclproperties.patch (text/plain), 2.09 KB, created by
Nick Clemens (kidclamp)
on 2021-08-30 12:34:00 UTC
(
hide
)
Description:
Bug 28337: Use existing definition in ccl.properties and bib1.att
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-08-30 12:34:00 UTC
Size:
2.09 KB
patch
obsolete
>From 4f77f62aea06e00d6fbe2a5dd9f5d53a130c6edb Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 30 Aug 2021 12:28:39 +0000 >Subject: [PATCH] Bug 28337: Use existing definition in ccl.properties and > bib1.att > >As the field is already dfined, we don't need to add anything here. >Bib1.att can use the existing number as well > >To test, enable zebra debugging in koha-conf, adding 'request' to the list: ><zebra_loglevels>none,fatal,warn,request</zebra_loglevels> > >Restart all the things > >Repeat matching (redo matching with no rule, then with OCN rule) >Tail the zebra-output.log and note 1=Ohter-control-number is searched and match is found >Perform a search in the staff client for: other-control-number:expialodocious >Note in logs that 1=1211 is searched > >Previous test plan did not mention copying ccl.properties and bib1.att to the package install, >so highlighted that things work without these changes >--- > etc/zebradb/authorities/etc/bib1.att | 2 +- > etc/zebradb/ccl.properties | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > >diff --git a/etc/zebradb/authorities/etc/bib1.att b/etc/zebradb/authorities/etc/bib1.att >index e5ddd9627c..f4c080a1fe 100644 >--- a/etc/zebradb/authorities/etc/bib1.att >+++ b/etc/zebradb/authorities/etc/bib1.att >@@ -14,7 +14,7 @@ att 9043 Kind-of-record > att 9046 Record-status > att 9050 Subject-heading-thesaurus > att 9051 Previous-heading-see-from >-att 9052 Other-control-number >+att 1211 Other-control-number > > # Personal Name > att 1 Personal-name >diff --git a/etc/zebradb/ccl.properties b/etc/zebradb/ccl.properties >index c386999e26..5c003d301d 100644 >--- a/etc/zebradb/ccl.properties >+++ b/etc/zebradb/ccl.properties >@@ -888,7 +888,6 @@ Heading-use-main-or-added-entry 1=Heading-use-main-or-added-entry > Heading-use-series-added-entry 1=Heading-use-series-added-entry > Heading-use-subject-added-entry 1=Heading-use-subject-added-entry > Subject-heading-thesaurus 1=Subject-heading-thesaurus >-Other-control-number 1=Other-control-number > > ################################################### > ### 2. BIB1 RELATION ATTRIBUTES >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28337
:
120894
|
120946
|
123184
|
124240
|
126024
|
126025
|
126026