mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/10943] displays searched query in search result
Search backend displays an additional normalized search query just above the ignored words. PHPBB3-10943
This commit is contained in:
@@ -77,6 +77,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SEARCHED_FOR' => 'Search term used',
|
||||
'SEARCHED_TOPIC' => 'Searched topic',
|
||||
'SEARCHED_QUERY' => 'Searched query',
|
||||
'SEARCH_ALL_TERMS' => 'Search for all terms or use query as entered',
|
||||
'SEARCH_ANY_TERMS' => 'Search for any terms',
|
||||
'SEARCH_AUTHOR' => 'Search for author',
|
||||
|
Reference in New Issue
Block a user