Hello, I am using the search code from the Django Book to search a publication table (model). The results are placed on the search.html page. I want to drill down and send more detail from the link that now surrounds each of the search results. I would like that detail information to go to another page search_detail.html. The ID from the first search is associated with each publication link and that ID should be able to retrieve the same information as the original search, but let me expand on the info for one publication on a new page. I need assistance on either revising the original search function in the view or fixing the search_detail function instead. The code is here: http://dpaste.com/106510/. Can anyone help?
Thanks, Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---