diff options
author | ivan <ivan> | 2010-10-22 17:46:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-22 17:46:52 +0000 |
commit | 7cab86a7efe11b58590691d3b1d0b37b6a730c8e (patch) | |
tree | bc2353a91576e9421935dfe61daee2bd7c6fe646 /httemplate/search/cust_main.cgi | |
parent | 553ab4e1cb817bcf80c9e11927709b57477b0bed (diff) |
a real wtf from me on the search changes, now fixed, RT#10341
Diffstat (limited to 'httemplate/search/cust_main.cgi')
-rwxr-xr-x | httemplate/search/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index a92c12db5..8fbf6364c 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -205,7 +205,7 @@ % $sortby = \*company_sort; % $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )"; % push @cust_main, smart_search( 'search' => $cgi->param('search_cust'), -% 'disable_fuzzy_on_exact' => 1, #pref? +% 'no_fuzzy_on_exact' => 1, #pref? % ); % } % |