Hi,

what does the search method of your model do?
I can't find any reference of a search function in the docs.

adi

On 14.05.2008, at 22:26, Michael Ellis wrote:

>
> You're right. The form action was blank. I changed it to "/Catalog/
> search/?page=1". I'm now seeing the page parameter, but I'm still
> seeing all the results on one page.
>
>>> Have you tried 'results': results.object_list in your   
>>> render_to_response?
>
> I tried this and still no luck. Also, using "'results':
> results.object_list" in render_to_response along with "results =
> paginator.page(pager).object_list" results in this error:
>
> 'generator' object has no attribute 'object_list'.
>
> An additional parameter: Is there a urlpattern I should configure
> specifically for submitted searches? I've seen something like this
> around, but have no idea if it's what I need:
>
> (r'^Catalog/search/page(?P<page>[0-9]+)/$', 'object_list',
> dict(info_dict))
>
> Thanks,
> ME
>
> 
--
Adi J. Sieker         mobile: +49 - 178 - 88 5 88 13
Freelance developer   skype:  adijsieker
SAP-Consultant        web:    http://www.sieker.info/profile
                       openbc: https://www.openbc.com/hp/ 
AdiJoerg_Sieker/




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to