Bug 37319: Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index
In Bug 36578, some fields were added to the pl index, but somehow it ended up in the other-control-number index. This aims to put fields 752ad (MARC21) and 210a/214a (UNIMARC) in the pl index. Test plan: ---------- 0. Have an installation with Elasticsearch and MARC 21 configuration. 1. Under Administration > Search engine configuration (Elasticsearch) under the tab Bibliographic records check that you have 752ad in other-control-number search field. 2. Apply the patch, reindex with: sudo koha-elasticsearch --rebuild -r -b kohadev 3. Under Administration > Search engine configuration (Elasticsearch) under the tab Bibliographic records check that you have 752ad in pl search field now. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
2b36cf26fc
commit
a3f4c9ec8a
1 changed files with 15 additions and 15 deletions
|
@ -3176,21 +3176,6 @@ biblios:
|
||||||
marc_type: marc21
|
marc_type: marc21
|
||||||
sort: 1
|
sort: 1
|
||||||
suggestible: ''
|
suggestible: ''
|
||||||
- facet: ''
|
|
||||||
marc_field: 752ad
|
|
||||||
marc_type: marc21
|
|
||||||
sort: 1
|
|
||||||
suggestible: ''
|
|
||||||
- facet: ''
|
|
||||||
marc_field: 210a
|
|
||||||
marc_type: unimarc
|
|
||||||
sort: 1
|
|
||||||
suggestible: ''
|
|
||||||
- facet: ''
|
|
||||||
marc_field: 214a
|
|
||||||
marc_type: unimarc
|
|
||||||
sort: 1
|
|
||||||
suggestible: ''
|
|
||||||
opac: 1
|
opac: 1
|
||||||
staff_client: 1
|
staff_client: 1
|
||||||
type: ''
|
type: ''
|
||||||
|
@ -3245,6 +3230,21 @@ biblios:
|
||||||
marc_type: marc21
|
marc_type: marc21
|
||||||
sort: 1
|
sort: 1
|
||||||
suggestible: ''
|
suggestible: ''
|
||||||
|
- facet: ''
|
||||||
|
marc_field: 752ad
|
||||||
|
marc_type: marc21
|
||||||
|
sort: 1
|
||||||
|
suggestible: ''
|
||||||
|
- facet: ''
|
||||||
|
marc_field: 210a
|
||||||
|
marc_type: unimarc
|
||||||
|
sort: 1
|
||||||
|
suggestible: ''
|
||||||
|
- facet: ''
|
||||||
|
marc_field: 214a
|
||||||
|
marc_type: unimarc
|
||||||
|
sort: 1
|
||||||
|
suggestible: ''
|
||||||
opac: 1
|
opac: 1
|
||||||
staff_client: 1
|
staff_client: 1
|
||||||
type: ''
|
type: ''
|
||||||
|
|
Loading…
Reference in a new issue