Summary: | Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Searching - Elasticsearch | Assignee: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds fields 710$a and 711$a to the default author index mapping when using Elasticsearch.
|
Version(s) released in: |
21.11.00
|
Circulation function: | |||
Attachments: |
Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21)
Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) |
Description
Caroline Cyr La Rose
2021-05-18 21:11:13 UTC
Created attachment 121135 [details] [review] Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) This patch adds fields 710$a and 711$a to the default author mappings for elasticsearch indexing. To test: 1) Apply patch 2) Reindex using rebuild_elasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration, click "Reset mappings" and confirm 2b) Then reindex 3) Search for an author name found only in 710 using the Author index in advanced search 4) Repeat search for an author name in 711 Created attachment 123596 [details] [review] Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) This patch adds fields 710$a and 711$a to the default author mappings for elasticsearch indexing. To test: 1) Apply patch 2) Reindex using rebuild_elasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration, click "Reset mappings" and confirm 2b) Then reindex 3) Search for an author name found only in 710 using the Author index in advanced search 4) Repeat search for an author name in 711 Signed-off-by: David Nind <david@davidnind.com> I wonder if $a is really enough when it comes to corporates and meetings. Thinking of: https://www.loc.gov/marc/bibliographic/bd710.html 710ab https://www.loc.gov/marc/bibliographic/bd711.html 711ae But I think this is for a later patch as it would also require changing the indexing of the 1xx. Created attachment 123676 [details] [review] Bug 28381: Elasticsearch - Add 710 and 711 to default mappings for author index (MARC21) This patch adds fields 710$a and 711$a to the default author mappings for elasticsearch indexing. To test: 1) Apply patch 2) Reindex using rebuild_elasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration, click "Reset mappings" and confirm 2b) Then reindex 3) Search for an author name found only in 710 using the Author index in advanced search 4) Repeat search for an author name in 711 Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.11, thanks to everybody involved! |