add no_fuzzy_on_exact global, RT#24804
authorIvan Kohler <ivan@freeside.biz>
Fri, 6 Sep 2013 04:05:25 +0000 (21:05 -0700)
committerIvan Kohler <ivan@freeside.biz>
Fri, 6 Sep 2013 04:05:25 +0000 (21:05 -0700)
FS/FS/Conf.pm

index 476d490..d8c2317 100644 (file)
@@ -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.',