From fa2326a36a5ce74e8c9dab504c3274688a297c04 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 21 Aug 2012 14:15:40 -0700 Subject: add preference to enable fuzzy searching even on exact matches, RT#18962 --- httemplate/pref/pref.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'httemplate/pref/pref.html') diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 9ebf2f1ba..575b8045b 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -90,7 +90,14 @@ Interface - + + + Enable approximate customer searching even when an exact match is found: + + option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> + + + Disable HTML editor for customer notes: -- cgit v1.2.1