]> git.koha-community.org Git - koha.git/commit
Bug 36574: Canceled/invalid ISBN not indexed by ES for MARC 21
authorJanusz Kaczmarek <januszop@gmail.com>
Thu, 11 Apr 2024 09:21:42 +0000 (09:21 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 28 May 2024 21:31:13 +0000 (21:31 +0000)
commitfe41a554fa47a02d471b8216c25e5054725e9a7c
tree2d4e1a3f0fbe65e15c8f986c770a8228486d6a48
parent188ff949df92fbbecb574da2ae6ba2609637108d
Bug 36574: Canceled/invalid ISBN not indexed by ES for MARC 21

For MARC 21, canceled/invalid ISBNs (subfield 020 $z) are not being
indexed in Elasticsearch (search fields identifier-standard and isbn),
but it is for UNIMARC (subfield 010 $z).  As a result, a user searching
for such an ISBN (e.g. with wrong checksum--and therefor put in 020 $z)
will not find the record in the catalogue.

A new isbn-all Elasticsearch search field 'isbn-all' has been created with
020az (MARC 21, and 010az for UNIMARC), 010z has been removed from isbn
search field for UNIMARC, and 020z has been added to identifier-standard
search field.

Test plan
=========
0. Have a test installation with Elasticsearch.
1. In ktd with its test data, make a biblio search for a cancelled ISBN
   e.g. 9780007269854.  You will get no results.
2. Apply the patch, reindex with:
   sudo koha-elasticsearch --rebuild -r -b kohadev
3. Repeat the test. You should get "The ice princess / Camilla Läckberg".

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 915d585b50868c878e492b2ce7d60f92fd3e8e87)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit f382f4a271abffd012cc3df1dda947c99dd0a0b5)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/searchengine/elasticsearch/mappings.yaml