https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26472 --- Comment #39 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Victor Grousset/tuxayo from comment #38)
Another question: how does this change work for existing instances? I had a koha on main/master. - applied the patch - restarted the ES container (waited for it to finish) - restarted services - reindexed (because the container didn't have persistence) misc/search_tools/rebuild_elasticsearch.pl -v -d
And the search still had the same order :o
---
3 - Test biblio search sorting as well (title, author, etc)
Is it about just making sure the catalogue search and the an:XX syntax give sane results or something more specific?
Try -r instead of -d and confirm you are using ktd and/or confirm your koha-conf is pointing to the updated file form this patch: 362 <!-- Uncomment the following line if you want to override the Elasticsearch default field settings --> 363 <!-- <elasticsearch_field_config>/etc/koha/sites/kohadev/searchengine/elasticsearch/field_config.yaml</elasticsea rch_field_config> --> -- You are receiving this mail because: You are watching all bug changes.