Commit 0f028d18 authored by Michal Čihař's avatar Michal Čihař

Remove hardcoded limitation from search

parent 4e4f1fbd
......@@ -122,7 +122,7 @@ def search(request):
search_form.cleaned_data['src'],
search_form.cleaned_data['ctx'],
search_form.cleaned_data['tgt'],
).filter(translation__language__code="en").order_by("translation")[:1000]
)
context = {
'units': units,
'search_query': search_form.cleaned_data['q']
......
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