Hello,

Thanks again for all the help. I have the admin page and I added some
lawyer names and schools, now I want to add the search box. In the
tutorial it says

"Let's add some search capability:

search_fields = ['question']

... "

Translating this to my model, I entered in admin.py

search_fields = ['last']

But this did not work for me. I did not see a search box anywhere.

I found these references online:

http://www.julienphalip.com/blog/2008/08/16/adding-search-django-site-snap/

http://blog.tkbe.org/archive/django-admin-search-functionality/

http://groups.google.com/group/django-users/browse_thread/thread/59a0fb0f07f1c93f/960f28867e75909d?hl=en&lnk=gst&q=search+box#960f28867e75909d

but I am not sure if that's what I need to do.

I need one search: I want to pull all lawyers who graduated from same
school the same year. Can you give me a clue about how to do this?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to