[Bug 36584] New: add fields 520, 561, and 563 (MARC 21) to ES note search field
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584 Bug ID: 36584 Summary: add fields 520, 561, and 563 (MARC 21) to ES note search field Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com -- 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=36584 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- 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=36584 --- Comment #1 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 164777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164777&action=edit Bug 36584: Add fields 520, 561, and 563 (MARC 21) to ES note search field With Zebra, the general keyword search covered the entire record content, even if the field was not explicitly indexed with a Zebra index (the Any index). With Elasticsearch only the content of the fields explicitly indexed can be found with general keyword search. This is OK, to some extent, but with the current configuration it hides the content fo some important notes from the searches, and librarians complained about that: 520 - Summary, etc., 561 - Ownership and Custodial History, 563 - Binding Information. This patch adds the content of 520, 561, and 563 fields to the 'note' search field. Test plan ========= 1. Have an installation with Elasticsearch. 2. Add some information to the 520, 561, and/or 563 fields (561 is hidden in the default framework--one should enable it to be able to use the 561 field). Save teh record. 3. Try to find the record with the general keyword search, with the words you used. If they were specific enough, you will get no results. 4. Apply the patch, reindex with: sudo koha-elasticsearch --rebuild -r -b kohadev 5. Confirm that now you are able to find the record with the information you entered. -- 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=36584 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |januszop@gmail.com CC| |pedro.amorim@ptfs-europe.co | |m Summary|add fields 520, 561, and |Add fields 520, 561, and |563 (MARC 21) to ES note |563 (MARC 21) to ES note |search field |search field -- 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=36584 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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=36584 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #164777|0 |1 is obsolete| | --- Comment #2 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Created attachment 164880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164880&action=edit Bug 36584: Add fields 520, 561, and 563 (MARC 21) to ES note search field With Zebra, the general keyword search covered the entire record content, even if the field was not explicitly indexed with a Zebra index (the Any index). With Elasticsearch only the content of the fields explicitly indexed can be found with general keyword search. This is OK, to some extent, but with the current configuration it hides the content fo some important notes from the searches, and librarians complained about that: 520 - Summary, etc., 561 - Ownership and Custodial History, 563 - Binding Information. This patch adds the content of 520, 561, and 563 fields to the 'note' search field. Test plan ========= 1. Have an installation with Elasticsearch. 2. Add some information to the 520, 561, and/or 563 fields (561 is hidden in the default framework--one should enable it to be able to use the 561 field). Save teh record. 3. Try to find the record with the general keyword search, with the words you used. If they were specific enough, you will get no results. 4. Apply the patch, reindex with: sudo koha-elasticsearch --rebuild -r -b kohadev 5. Confirm that now you are able to find the record with the information you entered. Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> -- 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=36584 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |januszop@gmail.com |ity.org | QA Contact|januszop@gmail.com | -- 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=36584 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Grabbing this simple one out of the QA queue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.05.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 24.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Not backported to 23.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36584 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Documentation| |Caroline Cyr La Rose contact| | CC| |caroline.cyr-la-rose@inlibr | |o.com Resolution|--- |FIXED Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/896 Status|Needs documenting |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org