mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
[feature/postgresql-fulltext-search] remove phrase search code
Unused Code for phrase search removed as pgsql doesnt support it. An added message is displayed if user tries to perform exact phrase search. PHPBB3-9730
This commit is contained in:
@ -72,6 +72,7 @@ $lang = array_merge($lang, array(
|
||||
'WORDS_IN_NO_POST' => 'No posts were found because the words <strong>%s</strong> are not contained in any post.',
|
||||
|
||||
'POST_CHARACTERS' => 'characters of posts',
|
||||
'PHRASE_SEARCH_DISABLED' => 'Searching by exact phrase is not supported on this board.',
|
||||
|
||||
'RECENT_SEARCHES' => 'Recent searches',
|
||||
'RESULT_DAYS' => 'Limit results to previous',
|
||||
|
Reference in New Issue
Block a user