diff --git a/files/routes/search.py b/files/routes/search.py index 085169784..585564f1e 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -186,7 +186,7 @@ def searchcomments(v): except: page = 1 sort = request.values.get("sort", "new").lower() - t = request.values.get('t', 'day').lower() + t = request.values.get('t', 'all').lower() criteria=searchparse(query)