Re: How to make pagination with haystack

2010-04-08 Thread Ray McBride
page is passed in by the view http://github.com/toastdriven/django-haystack/blob/master/haystack/views.py django pagination requires page_obj http://code.google.com/p/django-pagination/source/browse/trunk/pagination/templates/pagination/pagination.html best wishes Ray -- http://raymcbride.com

Re: How to make pagination with haystack

2010-04-08 Thread Ariel
That variables in the piece of code that you have given are automatically passed by the faceted view of the haystack to the search.html template ??? On Thu, Apr 8, 2010 at 10:43 AM, Ray McBride wrote: > Try > > {% with page as page_obj %} > {% paginate %} > {% endwith %} > > Ray > > On Apr 8, 2:

Re: How to make pagination with haystack

2010-04-08 Thread Ray McBride
Try {% with page as page_obj %} {% paginate %} {% endwith %} Ray On Apr 8, 2:57 pm, Ariel wrote: > Hi everybody: > I am relatively newbie in django, I have an application with search > functionalities that's why I am using haystack with solr, the search work > perfectly but I need to make the p

Re: How to make pagination with haystack

2010-04-08 Thread Tom Evans
On Thu, Apr 8, 2010 at 2:57 PM, Ariel wrote: > Hi everybody: > I am relatively newbie in django, I have an application with search > functionalities that's why I am using haystack with solr, the search work > perfectly but I need to make the pagination but I have not idea how to do > it, could you