]> git.koha-community.org Git - koha.git/commit
Bug 36727: Add new issn-all Elasticsearch index for MARC21
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Mon, 13 May 2024 18:13:07 +0000 (18:13 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 25 Jun 2024 16:34:15 +0000 (18:34 +0200)
commitbc8a90ecab96bb1f4994f0b6c5be444f17d4a691
tree41759029283d19e84fdc02b61f225cfbc4d7745a
parent16e35d5f107031e9573f5f565dedfb428b9c5696
Bug 36727: Add new issn-all Elasticsearch index for MARC21

- This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC).
- 011y and 011z have been removed from issn search field for UNIMARC.
- 022yz and 023yz have also been added to the identifier-standard search field

Test plan:
1. Start up KTD with Elasticsearch: ktd --es8 up

2. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y /023y for MARC21, or 011z for UNIMARC)

3. Do a biblio search for '0046-2254' and confirm no results are returned

4. Apply this patch and restart all services (restart_all)

5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page)

6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev

7. Alternative to steps 5 and 6: reset_all

8. Repeat the biblio search for '0046-2254' and confirm you get a result

Sponsored-by: Education Services Australia SCIS
Signed-off-by: Janusz Kaczmarek <januszop@gmail.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
admin/searchengine/elasticsearch/mappings.yaml