mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[feature/postgresql-fulltext-search] fix formatting
adds proper spaces after control keywords and comment symbol PHPBB3-9730
This commit is contained in:
@@ -596,7 +596,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||||||
$u_search .= ($search_fields != 'all') ? '&sf=' . $search_fields : '';
|
$u_search .= ($search_fields != 'all') ? '&sf=' . $search_fields : '';
|
||||||
$u_search .= ($return_chars != 300) ? '&ch=' . $return_chars : '';
|
$u_search .= ($return_chars != 300) ? '&ch=' . $return_chars : '';
|
||||||
|
|
||||||
//check if search backend supports phrase search or not
|
// Check if search backend supports phrase search or not
|
||||||
$l_phrase_search_disabled = '';
|
$l_phrase_search_disabled = '';
|
||||||
if (strpos(html_entity_decode($keywords), '"') !== false && isset($search->phrase_search))
|
if (strpos(html_entity_decode($keywords), '"') !== false && isset($search->phrase_search))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user