Bugzilla – Attachment 172142 Details for
Bug 36725
Add "current publication frequency" to Elasticsearch index mappings (MARC21 310$a)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36725: Add Current publication frequency 310$a to Elasticsearch index mappings
Bug-36725-Add-Current-publication-frequency-310a-t.patch (text/plain), 1.54 KB, created by
Nick Clemens (kidclamp)
on 2024-09-27 17:55:27 UTC
(
hide
)
Description:
Bug 36725: Add Current publication frequency 310$a to Elasticsearch index mappings
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-09-27 17:55:27 UTC
Size:
1.54 KB
patch
obsolete
>From 09533250fda021cbd237c6b723083daa891c1f23 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Sun, 12 May 2024 22:02:46 +0000 >Subject: [PATCH] Bug 36725: Add Current publication frequency 310$a to > Elasticsearch index mappings > >Test plan: >1. Start up KTD with Elasticsearch: ktd --es8 up > >2. Apply this patch and restart all services (restart_all) > >3. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) > >4. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev > >5. Alternative to steps 3 and 4: reset_all > >6. Add a new record using the default framework and put a term in 310$a, such as 'Annual'. > >Sponsored-by: Education Services Australia SCIS >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 17e513fb6f6..c0de21c33af 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -4438,3 +4438,15 @@ biblios: > opac: 1 > staff_client: 1 > type: '' >+ Current-publication-frequency: >+ label: Current-publication-frequency >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 310a >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' >-- >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 36725
:
166615
|
166652
|
167329
| 172142