diff options
author | ivan <ivan> | 2010-10-21 01:34:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-21 01:34:52 +0000 |
commit | 2bb7bb059897fd50bcc34586cfd1a9a4d257eb91 (patch) | |
tree | 334d2cf15a0d532f975032aa3e7e1e6399ec6e1c /httemplate/search/cust_main.html | |
parent | 4b7f3cb825c662837c48fd5a24df0b69bfb48e85 (diff) |
better address searching: disable fuzzy/substring searches when an exact match is found, work around L:EN:NameParse DrainBramage w/two-letter first names like "Ed", add an address1 search to advanced customer search, RT#10254
Diffstat (limited to 'httemplate/search/cust_main.html')
-rwxr-xr-x | httemplate/search/cust_main.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/search/cust_main.html b/httemplate/search/cust_main.html index b6db4e434..57538d8ca 100755 --- a/httemplate/search/cust_main.html +++ b/httemplate/search/cust_main.html @@ -44,8 +44,10 @@ my %search_hash = (); #scalars my @scalars = qw ( - agentnum status cancelled_pkgs cust_fields flattened_pkgs custbatch usernum - no_censustract paydate_year paydate_month invoice_terms + agentnum status address paydate_year paydate_month invoice_terms + no_censustract custbatch usernum + cancelled_pkgs + cust_fields flattened_pkgs ); for my $param ( @scalars ) { |