diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-11 11:09:45 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-04-11 11:09:45 +0000 |
commit | 4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf (patch) | |
tree | c2c98e5c550b9a9e3b19a0e9d6332437b453da26 /phpBB/adm/style/acp_search.html | |
parent | cda9e5e9ec0dfe9c3e0a04809ffc5d0099020046 (diff) | |
download | forums-4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf.tar forums-4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf.tar.gz forums-4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf.tar.bz2 forums-4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf.tar.xz forums-4d9b106db2ccc6e15b4afd3fc2e69cf37fae81cf.zip |
New search option: Maximum number of words allowed to search for.
(the more words the more database load)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9438 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_search.html')
-rw-r--r-- | phpBB/adm/style/acp_search.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index 0879780749..5fd7a23d97 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -33,6 +33,10 @@ <dd><input id="min_search_author_chars" type="text" size="4" maxlength="4" name="config[min_search_author_chars]" value="{MIN_SEARCH_AUTHOR_CHARS}" /></dd> </dl> <dl> + <dt><label for="max_num_search_keywords">{L_MAX_NUM_SEARCH_KEYWORDS}:</label><br /><span>{L_MAX_NUM_SEARCH_KEYWORDS_EXPLAIN}</span></dt> + <dd><input id="max_num_search_keywords" type="text" size="4" maxlength="4" name="config[max_num_search_keywords]" value="{MAX_NUM_SEARCH_KEYWORDS}" /></dd> + </dl> + <dl> <dt><label for="search_store_results">{L_SEARCH_STORE_RESULTS}:</label><br /><span>{L_SEARCH_STORE_RESULTS_EXPLAIN}</span></dt> <dd><input id="search_store_results" type="text" size="4" maxlength="6" name="config[search_store_results]" value="{SEARCH_STORE_RESULTS}" /> {L_SECONDS}</dd> </dl> @@ -130,9 +134,9 @@ <!-- END data --> </tbody> </table> - + <!-- ENDIF --> - + <p class="quick"> <!-- IF backend.S_INDEXED --> <input class="button2" type="submit" name="action[delete]" value="{L_DELETE_INDEX}" onclick="popup_progress_bar('delete');" /> @@ -142,7 +146,7 @@ </p> {S_FORM_TOKEN} </fieldset> - + </form> <!-- END backend --> |