From 87c486d8934c9e726a0959a3485b2da09a723a7c Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Sat, 24 Oct 2020 19:09:59 +0000 Subject: [PATCH] Bug 24863: QueryFuzzy syspref says it requires Zebra but ElasticSearch has some support. This patch updates the description of the QueryFuzzy system preference to make it more clear how it works with Zebra and how Elasticsearch has some amount of fuzzy available for searches. To test: 1. Go to administration 2. Search for QueryFuzzy 3. Observe the current description, which only includes Zebra. 4. Apply patch 5. Repeat steps 1-2 6. Observe the updated description. 7. Sign off --- .../intranet-tmpl/prog/en/modules/admin/preferences/searching.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref index 2e66eccef3..c5c5a9c802 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -14,7 +14,7 @@ Searching: choices: yes: Try no: "Don't try" - - to match similarly spelled words in a search (for example, a search for flang would also match flange and fang; REQUIRES ZEBRA). + - to match similarly spelled words in a search (for example, a search for flang would also match flange and fang; Currently only affects Zebra searches. Any Elasticsearch term can be made fuzzy by adding a ~ directly after the term.). - - pref: QueryStemming type: boolean -- 2.11.0