Bug 20463: (follow-up) Configure short name mrl for Multipart-resource-level index
This adds mrl as appreviation of Multipart-resource-level to the Zebra configuration and Search.pm so it can be used when searching. Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
45fee768e9
commit
dffbfad156
2 changed files with 2 additions and 0 deletions
|
@ -1066,6 +1066,7 @@ sub getIndexes{
|
||||||
'mc-rtype',
|
'mc-rtype',
|
||||||
'mus',
|
'mus',
|
||||||
'Multipart-resource-level',
|
'Multipart-resource-level',
|
||||||
|
'mrl',
|
||||||
'name',
|
'name',
|
||||||
'Music-number',
|
'Music-number',
|
||||||
'Name-geographic',
|
'Name-geographic',
|
||||||
|
|
|
@ -498,6 +498,7 @@ Material-type 1=1031
|
||||||
# will facilitate processing the
|
# will facilitate processing the
|
||||||
# record in different situations.
|
# record in different situations.
|
||||||
Multipart-resource-level 1=1097
|
Multipart-resource-level 1=1097
|
||||||
|
mrl Multipart-resource-level
|
||||||
|
|
||||||
#Name 1002 The name of a person, corporate 100, 110, 111, 400,
|
#Name 1002 The name of a person, corporate 100, 110, 111, 400,
|
||||||
# body, conference, or meeting. 410, 411, 600, 610,
|
# body, conference, or meeting. 410, 411, 600, 610,
|
||||||
|
|
Loading…
Reference in a new issue