diff --git a/include/functions.php b/include/functions.php index ba2e90bd4..565ff0e55 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2243,7 +2243,7 @@ $search_query_part = ""; - $keywords = explode(" ", $search); + $keywords = str_getcsv($search, " "); $query_keywords = array(); $search_words = array();