diff --git a/user/classes/table/participants_search.php b/user/classes/table/participants_search.php index 4d0b967b2eb..24b0f01a423 100644 --- a/user/classes/table/participants_search.php +++ b/user/classes/table/participants_search.php @@ -285,7 +285,7 @@ class participants_search { ] = $this->get_keywords_search_sql($mappings); if (!empty($keywordswhere)) { - $wheres[] = $keywordswhere; + $wheres[] = "({$keywordswhere})"; } if (!empty($keywordsparams)) {