Bugzilla – Attachment 181505 Details for
Bug 32488
Add search engine indexes for content, media and carrier type
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32488: Add RDA content, media, and carrier fields to ES mappings MARC21
Bug-32488-Add-RDA-content-media-and-carrier-fields.patch (text/plain), 2.42 KB, created by
Nick Clemens (kidclamp)
on 2025-04-25 11:32:44 UTC
(
hide
)
Description:
Bug 32488: Add RDA content, media, and carrier fields to ES mappings MARC21
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-04-25 11:32:44 UTC
Size:
2.42 KB
patch
obsolete
>From f72d06a60977671d9dac75177780963c8d062657 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 25 Apr 2025 11:32:22 +0000 >Subject: [PATCH] Bug 32488: Add RDA content, media, and carrier fields to ES > mappings MARC21 > >--- > .../searchengine/elasticsearch/mappings.yaml | 72 +++++++++++++++++++ > 1 file changed, 72 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 139d66ffc48..ae1ea957768 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -1340,6 +1340,30 @@ biblios: > opac: 1 > staff_client: 1 > type: '' >+ carrier-type-term: >+ label: carrier-type-term >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 338a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' >+ carrier-type-code: >+ label: carrier-type-code >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 338b >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' > ccode: > facet_order: 7 > label: Collections >@@ -1534,6 +1558,30 @@ biblios: > opac: 1 > staff_client: 1 > type: '' >+ content-type-term: >+ label: content-type-term >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 336a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' >+ content-type-code: >+ label: content-type-code >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 336b >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' > control-number: > label: control-number > mandatory: ~ >@@ -2762,6 +2810,30 @@ biblios: > opac: 1 > staff_client: 1 > type: '' >+ media-type-term: >+ label: media-type-term >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 337a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' >+ media-type-code: >+ label: media-type-code >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 337b >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' > microform-generation: > label: microform-generation > mandatory: ~ >-- >2.39.5
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 32488
: 181505 |
182034