From d3c7f115e61091394b2ac2d45954d26955e81c51 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 18 Mar 2020 14:35:51 +0000 Subject: [PATCH] Bug 24683: Add description of QueryFuzzy support in ES to syspref description To test: Apply patch Find QueryFuzzy in sysprefs Verify the new text makes sense --- .../intranet-tmpl/prog/en/modules/admin/preferences/searching.pref | 3 ++- 1 file changed, 2 insertions(+), 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 9f2711ab27..fd6c4ba273 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,8 @@ 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; ).
+ - Fuzziness is applied automatically in Zebra, if using ES you must add '~' to your term to activate fuzziness. '~' has no effect if this syspref is disabled - - pref: QueryStemming type: boolean -- 2.11.0