summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-05 21:05:25 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-05 21:05:25 -0700
commitb10deb15ae594cc85eef8db967784fed1fa8ec8f (patch)
treebffc80a4960094402b4622c74727466b0e09e8dd /FS
parent9e0abf502762db98b6aab1aaec0508d339bddb92 (diff)
add no_fuzzy_on_exact global, RT#24804
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 476d490d2..d8c2317b6 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3855,6 +3855,13 @@ and customer address. Include units.',
'type' => 'text',
},
+ {
+ 'key' => 'enable_fuzzy_on_exact',
+ 'section' => 'UI',
+ 'description' => 'Enable approximate customer searching even when an exact match is found.',
+ 'type' => 'checkbox',
+ },
+
{ 'key' => 'pkg_referral',
'section' => '',
'description' => 'Enable package-specific advertising sources.',