aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions_search.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_search.inc.php b/include/functions_search.inc.php
index 70661e39b..fcd58ceff 100644
--- a/include/functions_search.inc.php
+++ b/include/functions_search.inc.php
@@ -438,7 +438,7 @@ function get_quick_search_results($q, $super_order_by, $images_where='')
if (!empty($q_like_clause))
{
$where_clauses .= '
- OR '. str_replace($q_like_field, 'file', $q_like_clause);
+ OR '. str_replace($q_like_field, 'CONVERT(file, CHAR)', $q_like_clause);
$where_clauses = '('.$where_clauses.')';
}
$where_clauses = array($where_clauses);