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
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
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
> > 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:
>
>
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
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
6 matches
Mail list logo