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.