[Bug 36952] New: Add 370 to authority index (MARC21)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 Bug ID: 36952 Summary: Add 370 to authority index (MARC21) Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: caroline.cyr-la-rose@inlibro.com In order to be able to search authors by place (place of birth, place of death, place of residence, etc.) we'd need to index the 370 authority field. This would allow librarians to search in the "entire record" for a place and find related authors. https://www.loc.gov/marc/authority/ad370.html -- 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=36952 --- Comment #1 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 167129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167129&action=edit MARC file to test To recreate: 1. Import the attached .mrc file 2. Go to Authorities 3. Search 'Main heading' for quebec --> 1 result (normal) 4. Search 'Entire record' for quebec --> 1 result (we'd like 2 results here) -- 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=36952 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- 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=36952 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Created attachment 167133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167133&action=edit Bug 36952: Add 370 to authority index (MARC21) This enhancement adds field 370 to MARC21 default authority index mappings. To test: 1. Import the attached .mrc file 2. Go to Authorities 3. Search 'Main heading' for quebec --> 1 result (normal) 4. Search 'Entire record' for quebec --> 1 result 5. Go to the OPAC > Authority search 6. Redo steps 3 and 4 --> Same results 7. Apply patch 8. Reindex authorities (in KTD shell: koha-elasticsearch --rebuild -a -v -r kohadev) 9. Redo step 3 --> Still 1 result (normal) 10. Redo step 4 --> 2 results 11. Redo step 5-6 --> Same results as steps 9-10 -- 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=36952 --- Comment #3 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I named the index purposefully vague - simply "Place" - in case we want to eventually add 371 (Address) as well. It also somewhat mirrors the bibliographic "pl" index for publication place and the "Places" facet for su-geo. I'm open to other name suggestions, if necessary. -- 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=36952 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. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167133|0 |1 is obsolete| | --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 167139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167139&action=edit Bug 36952: Add 370 to authority index (MARC21) This enhancement adds field 370 to MARC21 default authority index mappings. To test: 1. Import the attached .mrc file 2. Go to Authorities 3. Search 'Main heading' for quebec --> 1 result (normal) 4. Search 'Entire record' for quebec --> 1 result 5. Go to the OPAC > Authority search 6. Redo steps 3 and 4 --> Same results 7. Apply patch 8. Reindex authorities (in KTD shell: koha-elasticsearch --rebuild -a -v -r kohadev) 9. Redo step 3 --> Still 1 result (normal) 10. Redo step 4 --> 2 results 11. Redo step 5-6 --> Same results as steps 9-10 Signed-off-by: David Nind <david@davidnind.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=36952 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |caroline.cyr-la-rose@inlibr |ity.org |o.com CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Initially tested with Zebra (didn't read the bug properly!), and couldn't see the issue - Zebra already returns the correct results. -- 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=36952 --- Comment #6 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Oh yes, thanks David, I forgot to specify ES other than in the component. It's good to know that Zebra already returns it, however, it's a point in my favour ;) I was looking at the Zebra config and couldn't find 370, but iirc Zebra indexed the whole record regardless. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Picked from QA queue for pushing to main. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |24.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 24.11! 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=36952 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds field release notes| |370 (associated place) to | |MARC21 default authority | |index mappings when using | |Elasticsearch or Open | |Search (it is already | |indexed if using Zebra). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Pushed to main |RESOLVED Resolution|--- |FIXED --- Comment #9 from Lucas Gass <lucas@bywatersolutions.com> --- Enhancement will not be backported to 24.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36952 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds field |This enhancement adds field release notes|370 (associated place) to |370 (associated place) to |MARC21 default authority |the default MARC21 |index mappings when using |authority index mappings |Elasticsearch or Open |when using Elasticsearch or |Search (it is already |Open Search (it is already |indexed if using Zebra). |indexed if using Zebra). -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org