diff --git a/files/routes/search.py b/files/routes/search.py index 097f6a435..2591ce4db 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -12,7 +12,7 @@ valid_params=[ ] def searchparse(text): - + text = text.lower() criteria = {x[0]:x[1] for x in query_regex.findall(text)}