mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge branch 'ticket/12933-olympus' into ticket/12933
This commit is contained in:
commit
252018b813
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class fulltext_native extends \phpbb\search\base
|
|||
$this->search_query = $keywords;
|
||||
|
||||
$exact_words = array();
|
||||
preg_match_all('#([^\\s+\\-|*()]+)(?:$|[\\s+\\-|()])#u', $keywords, $exact_words);
|
||||
preg_match_all('#([^\\s+\\-|()]+)(?:$|[\\s+\\-|()])#u', $keywords, $exact_words);
|
||||
$exact_words = $exact_words[1];
|
||||
|
||||
$common_ids = $words = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue