diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-01 12:45:18 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-05 21:17:23 +0530 |
commit | 19d76f76dcd19e2bd44fbe7a384533bae4cb1538 (patch) | |
tree | 5a66d0ed8eeea374a2642d04a707ef21566cf22e /phpBB/styles | |
parent | f2dfaa73ffe96972f0d6b35aa65cf49b71d7513a (diff) | |
download | forums-19d76f76dcd19e2bd44fbe7a384533bae4cb1538.tar forums-19d76f76dcd19e2bd44fbe7a384533bae4cb1538.tar.gz forums-19d76f76dcd19e2bd44fbe7a384533bae4cb1538.tar.bz2 forums-19d76f76dcd19e2bd44fbe7a384533bae4cb1538.tar.xz forums-19d76f76dcd19e2bd44fbe7a384533bae4cb1538.zip |
[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
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 5d75bd3d56..56712db75a 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -2,6 +2,7 @@ <h2><!-- IF SEARCH_TITLE -->{SEARCH_TITLE}<!-- ELSE -->{SEARCH_MATCHES}<!-- ENDIF --><!-- IF SEARCH_WORDS -->: <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2> <!-- IF IGNORED_WORDS --> <p>{L_IGNORED_TERMS}: <strong>{IGNORED_WORDS}</strong></p><!-- ENDIF --> +<!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF --> <!-- IF SEARCH_TOPIC --> <p><a class="{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO}: {SEARCH_TOPIC}</a></p> |