Commit 5ebec6e8 authored by Mario Chirinos's avatar Mario Chirinos

websearch

parent 635cd0d9
...@@ -328,6 +328,7 @@ def wsNewsList2(request): ...@@ -328,6 +328,7 @@ def wsNewsList2(request):
def wsNewsList(request):#, publisherShortName="all"): def wsNewsList(request):#, publisherShortName="all"):
print ("GET REQUEST", request.GET) print ("GET REQUEST", request.GET)
request.GET["text"]= urllib.parse.unquote(request.GET["text"])
columns = ['title', 'url', 'date'] columns = ['title', 'url', 'date']
order = dict() order = dict()
order["asc"]="" order["asc"]=""
......
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