https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36723
--- Comment #5 from David Nind <[email protected]> --- I made two minor changes to the patch: 1. Bug title: "Bug...." (Change to a capital B from b). 2. For the advanced search keyword title, I changed it to sentence case to match with all the others - Musical presentation. I did note a couple of things, but I'm not sure whether these are in scope for this bug or are achieved some other way: 1. The 254$a is not displayed in the details page for the record on the staff interface and OPAC, even though it is set to visible. I assume that this requires updating something else. 2. The "Musical presentation" index does not appear as an option in the OPAC advanced search when 'More options' is selected. Testing notes using KTD: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Apply the patch and restart everything (restart_all). 3. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 4. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 5. Alternative to steps 3 and 4: reset_all 6. Update the visibility for 254$a in the default framework so that it is visible in the Editor (OPAC, Staff interface should already be selected). 7. Add a new record using the default framework and put a term in 254$a, such as 'Full score'. 8. Use the advanced search. For the keyword indexes, 'Musical presentation' is now listed. 9. Search for the term you added for the record in step 6. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
