https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38694 --- Comment #29 from Thomas Klausner <domm@plix.at> --- Everything works as advertised, and I very much like this feature (as we also had customers complaining about obvious matches not showing up first) Small nag, which IMO should be another bug: Some sysprefs are called "Elasticsearch*" (I can find 4 in the DB), and some are called "ES*" (2 in the DB). Those should probably be unified? select variable from systempreferences where variable like 'ES%' or variable like 'Elastic%' order by 1; +--------------------------------------+ | variable | +--------------------------------------+ | ElasticsearchCrossFields | | ElasticsearchIndexStatus_authorities | | ElasticsearchIndexStatus_biblios | | ElasticsearchMARCFormat | | ESBoostFieldMatch | | ESPreventAutoTruncate | +--------------------------------------+ -- You are receiving this mail because: You are watching all bug changes.