[Bug 36851] New: Enhance Elasticsearch author, author as phrase MARC21 index mappings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Bug ID: 36851 Summary: Enhance Elasticsearch author, author as phrase MARC21 index mappings Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz We would like to add the following tags and subfields to the existing author index for Elasticsearch MARC21, as used by the "author" and "author as phrase" advanced search dropdown options: * 100abc (currently 100a) * 700abc (currently 700a) * 250b (currently not mapped) * 800abc (currently not mapped) * 810ab (currently not mapped) Explanation to justify these mappings: * To search main/added entry personal name (100/700) for numeration ($b), titles and words associated with a name ($c). e.g. 100 $a John Paul $b II $c Pope. e.g. 700 $a John Paul $b II $c Pope. To search edition statement (250), statement of responsibility ($b). e.g. 250 $a Fourth edition / $b revised by J.G. Le Mesurier. To search series added entry, personal name (800 $a), numeration ($b), and titles and words associated with a name ($c). e.g. 800 $a Mackall, Dandi Daley. To search series added entry, corporate name (810 $a) and subordinate unit ($b). e.g.810 $a United States $b Army Map Service. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark@catalyst.n | |et.nz Assignee|koha-bugs@lists.koha-commun |wainuiwitikapark@catalyst.n |ity.org |et.nz -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 --- Comment #1 from wainuiwitikapark@catalyst.net.nz --- Created attachment 167250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167250&action=edit Bug 36851: Enhance Elasticsearch author, author as phrase MARC21 index mappings Add the following tags and subfields to the existing author index for Elasticsearch MARC21, as used by the "author" and "author as phrase" advanced search dropdown options: 100abc (currently 100a), 700abc (currently 700a), 250b, 800abc, 810ab Sponsored-by: Educational Services Australia SCIS -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167250|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 167298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167298&action=edit Bug 36851: Enhance Elasticsearch author, author as phrase MARC21 index mappings Add the following tags and subfields to the existing author index for Elasticsearch MARC21, as used by the "author" and "author as phrase" advanced search dropdown options: 100abc (currently 100a), 700abc (currently 700a), 250b, 800abc, 810ab Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes using KTD: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Edit a record and add unique values as follows (I edited Programming Perl, 262): . 100 $a John Paul $b IV $c Pope . 700 $a Divad $b 10 $c Photographer . 250 $b revised by J.G. Le Mesurier. . 800* $a Mackall, Dandi Daley. $b XIX $c Prince . 810* $a New Zealand $b Department of Conservation. * Need to edit BKS framework to make these subfields visible in the editor for KTD) Mappings after and before patch: * 100abc (currently 100a) * 700abc (currently 700a) * 250b (currently not mapped) * 800abc (currently not mapped) * 810ab (currently not mapped) 3. Do a search for the terms in each subfield using the 'Author' and 'Author as a phrase' indexes in the staff interface advanced search. ==> Result: Should get a result when using values in the subfields that are mapped, but no result where the subfields are not mapped. 4. Apply this patch and restart all services (restart_all). 5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 7. Alternative to steps 5 and 6: reset_all then repeat step 2 8. Repeat step 3 ==> Result: Should now get a result when using values in the subfields that are now mapped (and that weren't previously). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |domm@plix.at Assignee|wainuiwitikapark@catalyst.n |domm@plix.at |et.nz | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167298|0 |1 is obsolete| | --- Comment #4 from Thomas Klausner <domm@plix.at> --- Created attachment 169068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169068&action=edit Bug 36851: Enhance Elasticsearch author, author as phrase MARC21 index mappings Add the following tags and subfields to the existing author index for Elasticsearch MARC21, as used by the "author" and "author as phrase" advanced search dropdown options: 100abc (currently 100a), 700abc (currently 700a), 250b, 800abc, 810ab Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Thomas Klausner <domm@plix.at> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 Thomas Klausner <domm@plix.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|domm@plix.at |wainuiwitikapark@catalyst.n | |et.nz QA Contact| |domm@plix.at -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36851 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au Status|Passed QA |In Discussion --- Comment #5 from David Cook <dcook@prosentient.com.au> --- Same issue as bug 36850 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org