Bugzilla – Attachment 164757 Details for
Bug 36578
Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36578: Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC
Bug-36578-Elasticsearch-publisher-location-pl-inde.patch (text/plain), 1.34 KB, created by
Janusz Kaczmarek
on 2024-04-11 14:34:51 UTC
(
hide
)
Description:
Bug 36578: Elasticsearch: publisher-location (pl) index should include field 752 (for old prints) and also support UNIMARC
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2024-04-11 14:34:51 UTC
Size:
1.34 KB
patch
obsolete
>From 7ebb84079236dd9237b8537bf42c2b06e8393777 Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Thu, 11 Apr 2024 14:32:51 +0000 >Subject: [PATCH] Bug 36578: Elasticsearch: publisher-location (pl) index > should include field 752 (for old prints) and also support UNIMARC > >Extension to bug 36269: 1) when cataloguing old prints, the standardized form of >the place of publication is given in the field 752 and as such should also be indexed. > >2) Also, normal UNIMARC fields for publication place should be indexed (210a, 214a). >--- > admin/searchengine/elasticsearch/mappings.yaml | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > >diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml >index 9cd3db5c96..34d643d9e4 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -3075,6 +3075,21 @@ biblios: > marc_type: marc21 > sort: 1 > suggestible: '' >+ - facet: '' >+ marc_field: 752ad >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: 210a >+ marc_type: unimarc >+ sort: 1 >+ suggestible: '' >+ - facet: '' >+ marc_field: 214a >+ marc_type: unimarc >+ sort: 1 >+ suggestible: '' > opac: 1 > staff_client: 1 > type: '' >-- >2.30.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 36578
:
164757
|
164780
|
165146