Bugzilla – Attachment 170771 Details for
Bug 37750
Elasticsearch Authorities default mapping is missing 'identifier-other' => 024$a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37750 - Elasticsearch Authorities default mapping is missing 'identifier-other' => 024$a
Bug-37750---Elasticsearch-Authorities-default-mapp.patch (text/plain), 1.09 KB, created by
Olli-Antti Kivilahti
on 2024-08-27 13:05:03 UTC
(
hide
)
Description:
Bug 37750 - Elasticsearch Authorities default mapping is missing 'identifier-other' => 024$a
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2024-08-27 13:05:03 UTC
Size:
1.09 KB
patch
obsolete
>From c9f2f97a3f118ce3b638e4bd17bf88f77b01e718 Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@hypernova.fi> >Date: Tue, 27 Aug 2024 13:03:35 +0000 >Subject: [PATCH] Bug 37750 - Elasticsearch Authorities default mapping is > missing 'identifier-other' => 024$a > >This is necessary when loading Authorities to Koha and needing to deduplicate them. >--- > admin/searchengine/elasticsearch/mappings.yaml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 17e513fb6f..c2fb5274a4 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -288,6 +288,18 @@ authorities: > opac: 1 > staff_client: 1 > type: '' >+ Identifier-other: >+ label: Identifier-other >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 024a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' > Kind-of-record: > label: Kind-of-record > mandatory: ~ >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37750
: 170771