Browse Source

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

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11.x
Nick Clemens 3 years ago
committed by Jonathan Druart
parent
commit
663f937d85
  1. 2
      etc/zebradb/authorities/etc/bib1.att
  2. 1
      etc/zebradb/ccl.properties

2
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

1
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

Loading…
Cancel
Save