Re: I have a problem with the pagination with haystack and apache solr

2010-04-21 Thread Ray McBride
How many results are returned when you search using the solr admin interface? Are you using the code that I posted for you previously? Ray On Apr 19, 6:29 pm, Ariel wrote: > Hi everybody: > I have a big problem with pagination using apache solr and haystack, this is > what it is happening: I ha

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
n't know how to know that because I don't know the name of the fields in > the index. > How could I know it ??? > Regards > Ariel > > > > > > On Wed, Apr 21, 2010 at 4:40 AM, Ray McBride wrote: > > How many results are returned when you search using the

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
ite.register(Document) > > > > > > On Fri, Apr 23, 2010 at 4:18 AM, Ray McBride wrote: > > You should have defined the fields yourself in you search_indexes.py > > file in your app > > >http://docs.haystacksearch.org/dev/searchindex_api.html#quick-start

Re: I have a problem with the pagination with haystack and apache solr

2010-04-23 Thread Ray McBride
> > What I do here in search_indexes.py is this: > > > from haystack import site > > from atl_cms.content_type.models import News, Document > > > site.register(News) > > site.register(Document) > > > On Fri, Apr 23, 2010 at 4:18 AM, Ray McBride wrote: > >

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 Ray McBride
On 8 April 2010 21:07, Ariel wrote: > 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 >&g