Commit ce7e3d3a authored by Mario Chirinos's avatar Mario Chirinos

unaccent

parent 51053edb
...@@ -95,7 +95,7 @@ def getNewsByRequest(request, values=None): ...@@ -95,7 +95,7 @@ def getNewsByRequest(request, values=None):
form = SearchForm(request.GET) form = SearchForm(request.GET)
myQuery = ~Q(config='unaccent') myQuery = ~Q()
if 'publishers' in request.GET and request.GET['publishers']!="None" and request.GET['publishers']!="" and request.GET['publishers']!="[]": if 'publishers' in request.GET and request.GET['publishers']!="None" and request.GET['publishers']!="" and request.GET['publishers']!="[]":
......
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