Re: Capturing a search query + params in Django 1.5

2013-08-19 Thread Sithembewena Lloyd Dube
Thank you, Daniel. That works great. On Sat, Aug 17, 2013 at 9:58 PM, Daniel Roseman wrote: > On Saturday, 17 August 2013 20:04:22 UTC+1, Lloyd Dube wrote: >> >> Hi, >> >> I have a simple web application in which I have a search box. When a user >> enters a query in the box and hits "search", th

Re: Capturing a search query + params in Django 1.5

2013-08-17 Thread Daniel Roseman
On Saturday, 17 August 2013 20:04:22 UTC+1, Lloyd Dube wrote: > > Hi, > > I have a simple web application in which I have a search box. When a user > enters a query in the box and hits "search", they get a list of results via > a popular search API. > > My issue is that I am using django-endle