@@ -, +, @@ an empty string (Fix conflict with bug 12833) Bug 12648: Fix conflict with bug 12833 --- svc/members/search | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/svc/members/search +++ a/svc/members/search @@ -60,7 +60,8 @@ foreach (grep {$_ =~ /^mDataProp/} keys %dt_params) { my $results; # If the user filled a term, maybe it's a cardnumber. # This cannot be the case if a first letter is given. -if ( not $firstletter +if ( $searchmember + and not $firstletter and $searchfieldstype and $searchfieldstype eq 'standard' ) { --