FSN#38617 Fallback naar Engelstalig
svn path=/Website/trunk/; revision=31816
This commit is contained in:
@@ -64,10 +64,9 @@ var vWhere = "";
|
||||
|
||||
if (vSearchString != "")
|
||||
{
|
||||
filters.push("(UPPER(fac_locale_xsl_label) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%") + ") "
|
||||
+ "OR (UPPER(fac_locale_xsl_tekst) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%") + ") "
|
||||
+ "OR (UPPER(fac_locale_xsl_cust) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%") + ") "
|
||||
+ ") "
|
||||
filters.push(" ( UPPER(fac_locale_xsl_label) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%")
|
||||
+ "OR UPPER(fac_locale_xsl_tekst) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%")
|
||||
+ "OR UPPER(fac_locale_xsl_cust) LIKE "+safe.quoted_sql_wild("%"+vSearchString+"%")
|
||||
+ ")");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user