FSN#38617 Fallback naar Engelstalig

svn path=/Website/trunk/; revision=31816
This commit is contained in:
Jos Groot Lipman
2016-12-05 10:41:09 +00:00
parent 2545918a12
commit 40fbb6abf0

View File

@@ -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+"%")
+ ")");
}