https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33594 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This changes the behavour release notes| |of title search and sorting | |(Title (A-Z)) in the OPAC | |and staff interface when | |using Elasticsearch or Open | |Search. The title search | |now only uses 245 (for MARC | |21) and 200 (for UNIMARC). | |Previously other title | |fields may have affected | |the search order, for | |example 240$a in MARC21. | | | |To make this change for | |existing installations, | |reset the search engine | |mappings (Administration > | |Catalog > Search engine | |configuration | |(Elasticsearch) > Reset | |mappings (scroll down to | |the bottom of the page)) | |and rebuild the search | |index (koha-elasticsearch | |--rebuild -d -b -a | |<instancename>). If you | |have customized the search | |engine configuration, | |remember to record or back | |these up BEFORE resetting | |the mappings. CC| |david@davidnind.com --- Comment #14 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. I used the example in the bug description (#c0) to test. 2. After step 1, I needed to reset the mappings (Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (scroll down to the bottom of the page)). 3. Draft release notes. I've made an attempt at this, but this area is not something I really understand. Please update to fix what I've got wrong! -- You are receiving this mail because: You are watching all bug changes.