mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11174] negation queries do not return false
negation queries are split into words too and returns false in mysql search backend PHPBB3-11174
This commit is contained in:
@@ -121,14 +121,14 @@ class phpbb_search_mysql_test extends phpbb_database_test_case
|
||||
array(
|
||||
'-fooo',
|
||||
'all',
|
||||
false,
|
||||
null,
|
||||
true,
|
||||
array('-fooo'),
|
||||
array(),
|
||||
),
|
||||
array(
|
||||
'-fooo -baar',
|
||||
'all',
|
||||
false,
|
||||
true,
|
||||
array('-fooo', '-baar'),
|
||||
array(),
|
||||
),
|
||||
|
Reference in New Issue
Block a user