Right now, the default mappings for title-series in MARC21 only include 440$a and 490$a. I propose we add 8XX (800$t, 810$t, 811$t, 830$a) which are series added entries. I don't think it is good practice to have a record with only a 8XX and no 490, but I've seen it happen enough that it has been a problem in our searches.
Created attachment 121125 [details] [review] Bug 28339: Elasticsearch - Add 8XX to default title-series index mappings (MARC21) This patch adds series added entries titles (800 $t, 810 $t, 811 $t, and 830 $a) in the default title-series index mappings. To test: 1) Apply patch 2) Reindex using rebuildelasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration and click "Reset mappings" and confirm 2b) Then reindex 3) Search for a series title found only in and added entry field https://bugs.koha-community.org/show_bug.cgi?id=23853
Created attachment 123566 [details] [review] Bug 28339: Elasticsearch - Add 8XX to default title-series index mappings (MARC21) https://bugs.koha-community.org/show_bug.cgi?id=23853 Signed-off-by: David Nind <david@davidnind.com>
Something has gone a bit weird with the patch bug text!
Created attachment 123677 [details] [review] Bug 28339: Elasticsearch - Add 8XX to default title-series index mappings (MARC21) This patch adds series added entries titles (800 $t, 810 $t, 811 $t, and 830 $a) in the default title-series index mappings. To test: 1) Apply patch 2) Reindex using rebuildelasticsearch.pl -r If you don't have access to a terminal (in a sandbox for example) 2a) Go to Administration > Search engine configuration and click "Reset mappings" and confirm 2b) Then reindex 3) Search for a series title found only in and added entry field 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!