]> git.koha-community.org Git - koha.git/commit
Bug 33099: Add missing MARC21 Match authority mappings so "Search all headings" searc...
authorJanusz Kaczmarek <januszop@gmail.com>
Tue, 18 Apr 2023 19:42:24 +0000 (21:42 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 30 May 2024 19:29:19 +0000 (19:29 +0000)
commit7a926a8c28430d14b4f8b423d8458a7c3556b3c2
tree7412b0c0b866df634992ad202378199687e5013b
parentc22b748bab6a653138bdc779a01a0f6f7f14af01
Bug 33099: Add missing MARC21 Match authority mappings so "Search all headings" search works

The main entry form of corporate names (110), uniform titles (130), topical
terms (150), geographical names (151), and genre/form (155) are not indexed
with 'Match' search field in Elasticsearch standard mapping.  As a result,
the respective records are not present on the result list when performing
an 'All headings' search for the authority records with the main heading form
(MARC 21).

Test plan
=========
0. Have a test installation with Elasticsearch.
1. In Authorities, make an 'All headings' search for a main entry
   form from the corporate names, uniform titles, topical terms,
   geographical names, or genre/form
   --> e.g., in ktd: UK Archiving.  You will get no results.
2. Apply the patch, reindex with:
   sudo koha-elasticsearch --rebuild -r -a kohadev
3. Repeat the test. You should see 'UK Archiving' on the result list.

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit d4c70f7d07dcc0fe1319b6e0380abcd1b7400b95)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 5e405a29a8b5af3daf8c51f814844086d828e63a)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/searchengine/elasticsearch/mappings.yaml