|
|
|
|
@ -171,7 +171,9 @@ class AbstactSearchForm(forms.Form): |
|
|
|
|
if not self.is_valid(): |
|
|
|
|
return EmptySearchQuerySet() |
|
|
|
|
q = self.cleaned_data.get('q') |
|
|
|
|
q = q.strip() |
|
|
|
|
w = self.cleaned_data.get('w') |
|
|
|
|
w = w.strip() |
|
|
|
|
fr = self.cleaned_data.get('fr') |
|
|
|
|
to = self.cleaned_data.get('to') |
|
|
|
|
th = self.cleaned_data.get('th') |
|
|
|
|
|