Summary: | Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Searching - Elasticsearch | Assignee: | Janusz Kaczmarek <januszop> |
Status: | Needs documenting --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers, januszop, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.11.00,24.05.06
|
Circulation function: | |
Bug Depends on: | 36578 | ||
Bug Blocks: | |||
Attachments: |
Bug 37319: Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index
Bug 37319: Move mappings for 752ad (MARC21) and 210a/214a (UNIMARC) to pl index |
Description
Caroline Cyr La Rose
2024-07-10 20:53:17 UTC
Created attachment 168780 [details] [review] 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. Thanks Caroline for catching that! Created attachment 168826 [details] [review] 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> Thanks Janusz! I had done the correction last night but got stuck at figuring out/writing out the test plan. It's one of those cases where the correction is waaaay faster than the test ;) Thanks for the quick fix! Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 |