Commit 0717b353 authored by Michal Čihař's avatar Michal Čihař

Allow shorter queries as well

parent 25076677
......@@ -220,7 +220,7 @@ class SearchForm(forms.Form):
'''
q = forms.CharField(
label=_('Query'),
min_length=5,
min_length=4,
)
search = forms.ChoiceField(
label=_('Search type'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment