Index: branches/dev/data/class/SC_CustomerList.php
===================================================================
--- branches/dev/data/class/SC_CustomerList.php	(revision 12492)
+++ branches/dev/data/class/SC_CustomerList.php	(revision 12493)
@@ -214,5 +214,9 @@
         	    if($domain==3){
         		    if($this->arrSql['mail_type']==1){
-            	        $sql_where .= "OR dtb_customer.email LIKE ? " ;
+        		    	if($sql_where == "") {
+        		    		$sql_where = "dtb_customer.email ILIKE ? ";
+        		    	} else {
+            	            $sql_where .= "OR dtb_customer.email LIKE ? " ;
+        		    	}
         	    }elseif($this->arrSql['mail_type']==2){
         		        $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ;
