There is a typo in version 24.11 mappings.tt https://github.com/Koha-Community/Koha/blob/24.11.x/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt#L294 There is word 'Identifyerr' when it should be 'Identifyer' with only one r at the end. I found it while translating: https://translate.koha-community.org/translate/koha/24-11/staff-prog/fi/?checksum=30130bcb0b8d25d6
Created attachment 182459 [details] [review] Bug 39886: [24.11.x] Identifier typed as Identifierr This patch corrects a typo in the Elasticsearch mappings template: Identifierr -> Identifier To test, apply the patch and go to Administration -> Search engine configuration. In the "Type" column, check the dropdown menus. There should be an item "Identifier."
Created attachment 182472 [details] [review] Bug 39886: [24.11.x] Identifier typed as Identifierr This patch corrects a typo in the Elasticsearch mappings template: Identifierr -> Identifier To test, apply the patch and go to Administration -> Search engine configuration. In the "Type" column, check the dropdown menus. There should be an item "Identifier." Signed-off-by: David Nind <david@davidnind.com>
Testing notes (using KTD): 1. Note that the incorrect spelling in the type column dropdown list is at the very bottom of the page - in the row without a name label.
Progressing this to "Pushed to main" to get it into queue of 24.11 RMaint. Bug is not actually present in main.
Nice work everyone! Pushed to 24.11.x for 24.11.05