[Bug 37099] New: Add uniform title fields to the title and subject Elasticsearch index mappings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 Bug ID: 37099 Summary: Add uniform title fields to the title and subject Elasticsearch 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: A 'title' or 'title as phrase' search to also search on the following Uniform Title fields: * 130$a * 240$a * 730$a A 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: * 630$a -- 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=37099 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |wainuiwitikapark@catalyst.n |ity.org |et.nz Status|NEW |ASSIGNED CC| |wainuiwitikapark@catalyst.n | |et.nz -- 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=37099 --- Comment #1 from wainuiwitikapark@catalyst.net.nz --- Created attachment 167782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167782&action=edit Bug 37099: Add uniform title fields to the title and subject Elasticsearch index mappings Add 'title' or 'title as phrase' search to also search on the following Uniform Title fields: 130$a, 240$a, 730$a Add 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: 630$a 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=37099 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167782|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 --- Comment #2 from wainuiwitikapark@catalyst.net.nz --- Created attachment 168952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168952&action=edit Bug 37099: Add uniform title fields to the subject Elasticsearch index mappings Add 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: 630$a 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=37099 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=37099 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Hi. Isn't this already done for 630$a in bug 36852? (status = signed off) David -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36852 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 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=37099 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168952|0 |1 is obsolete| | --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 183808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183808&action=edit Bug 37099: Add uniform title fields to the subject Elasticsearch index mappings Add 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: 630$a 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=37099 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds the release notes| |630$a field to the 'subject | |(Topics)' search field | |index for new installations | |using Elasticsearch. | | | |Note: Existing | |installations will need to | |either manually add the | |mapping, or reset their | |mappings. --- Comment #5 from David Nind <david@davidnind.com> --- (In reply to David Nind from comment #3)
Hi.
Isn't this already done for 630$a in bug 36852? (status = signed off)
David
That status for that bug is now "In discussion". Testing notes (using KTD): 1. Start up KTD with Elasticsearch: ktd --es7 up 2. Go to Koha administration > Catalog > Search engine configuration (Elasticsearch). 3. In the bibliographic records tab, search the page and note that the 630a field is not mapped to the 'subject (Topics)' search field. 4. Apply the patch, reset the mappings, reindex everything (koha-elasticsearch --rebuild -d -b -a kohadev), then restart everything (restart_all) 5. Repeat step 3 and note that the 630a field is now mapped to the 'subject (Topics)' search field. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 Nick Clemens (kidclamp) <nick@bywatersolutions.com> 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=37099 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183808|0 |1 is obsolete| | --- Comment #6 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 191517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191517&action=edit Bug 37099: Add uniform title fields to the subject Elasticsearch index mappings Add 'subject' or 'subject as phrase' search to also search on the following Uniform Title fields: 630$a Sponsored-by: Educational Services Australia SCIS Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 191518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191518&action=edit Bug 37099: (QA follow-up) Combine fields in mappings for brevity The syntax '630anr' is equivalent to mapping each individual field, this just keeps the file smaller Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |nick@bywatersolutions.com CC| |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |26.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=37099 --- Comment #8 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37099 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting --- Comment #9 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- This bug won't be backported to the 25.11.x branch as it has been deemed an enhancement or new feature. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org