Bugzilla – Attachment 167140 Details for
Bug 36953
Add 678 to authority index (MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36953: Add 678 to authority index (MARC21)
Bug-36953-Add-678-to-authority-index-MARC21.patch (text/plain), 1.45 KB, created by
David Nind
on 2024-05-23 21:46:22 UTC
(
hide
)
Description:
Bug 36953: Add 678 to authority index (MARC21)
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-05-23 21:46:22 UTC
Size:
1.45 KB
patch
obsolete
>From da151face8de89dbc5499012aa2c031d7dc78334 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 23 May 2024 16:44:09 -0400 >Subject: [PATCH] Bug 36953: Add 678 to authority index (MARC21) > >This enhancement adds field 678 to the default MARC21 authority index mappings. > >To test: >1. Import the attached .mrc file >2. Go to Authorities >3. Search "Entire record" for innu > --> No results >4. Go to the OPAC > Authority search >5. Search "in the complete record" for innu > --> No results >6. Apply patch >7. Reindex authorities (in KTD shell: > koha-elasticsearch --rebuild -a -v -r kohadev) >8. Redo step 3 > --> 1 result >9. Redo steps 4-5 > --> 1 result > >Signed-off-by: David Nind <david@davidnind.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 929f2f9410..4ad2fbcee6 100644 >--- a/admin/searchengine/elasticsearch/mappings.yaml >+++ b/admin/searchengine/elasticsearch/mappings.yaml >@@ -1,5 +1,17 @@ > --- > authorities: >+ Biographical-note: >+ label: Biographical-note >+ mandatory: ~ >+ mappings: >+ - facet: '' >+ marc_field: 678(ab) >+ marc_type: marc21 >+ sort: 1 >+ suggestible: '' >+ opac: 1 >+ staff_client: 1 >+ type: '' > Corporate-name-see-also-from: > label: Corporate-name-see-also-from > 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 36953
:
167135
|
167136
| 167140