Skip to content

Commit

Permalink
Merge pull request #4119 from BOINC/dpa_forum_search
Browse files Browse the repository at this point in the history
web: remove 30-day limit in forum search function
  • Loading branch information
davidpanderson authored Dec 14, 2020
2 parents b9b5f8e + 10fd6db commit 9c3684e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/inc/forum.inc
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ function show_forum_header($user) {
// Search
echo '
<td>
<input type="hidden" name="search_max_time" value="30">
<input type="hidden" name="search_max_time" value="0">
<input type="hidden" name="search_forum" value="-1">
<input type="hidden" name="search_sort" value="5">
<input type="hidden" name="search_sort" value="'.CREATE_TIME_NEW.'">
<input type="text" class="" name="search_keywords">
<input class="btn btn-primary btn-sm" title="'.tra("Search for words in forum messages").'" type="submit" value="'.tra("Search forums").'"><br>
<small><a href="forum_search.php">'.tra("Advanced search").'</a></small>
Expand Down

0 comments on commit 9c3684e

Please sign in to comment.