SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 3bf1e07a authored by Boris Ponsioen's avatar Boris Ponsioen
Browse files

Uses standard "and" argument in calling omni_search for clarity

parent 942b3191
No related branches found
No related tags found
No related merge requests found
...@@ -23,5 +23,5 @@ class CitableSearchForm(forms.Form): ...@@ -23,5 +23,5 @@ class CitableSearchForm(forms.Form):
title__icontains=self.cleaned_data.get('title', ''), title__icontains=self.cleaned_data.get('title', ''),
authors__icontains=self.cleaned_data.get('author', ''), authors__icontains=self.cleaned_data.get('author', ''),
publisher__icontains=self.cleaned_data.get('publisher', ''), publisher__icontains=self.cleaned_data.get('publisher', ''),
).omni_search(self.cleaned_data.get('omni')) ).omni_search(self.cleaned_data.get('omni'), 'and')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment