View Single Post
Old 08-20-2004, 07:07 PM   #3
bforsyth
Green Mole
 
Join Date: Jun 2004
Posts: 22
Thanks for your quick response vinyl-junkie but I think that you have mis-understood my problem.

When you do a search from the "Quick search" box in the left hand colmn under the nav bar, the search results return as you would expect it to.

However, after doing a search, if you try and do another search using the search box atthe top of the search results page (not the quick search box on the left hand side), the search will produce no reults with the same or any other query in it.

Looking at the code that phpDig produces for the form v's the form code I have in my quick search form, the form at the top of the Search results page seems to be missing a value in the the template_demo line:

My quick search form code (which works):

PHP Code:
<input type='hidden' name='template_demo' value='/search/templates/search.php'/> 
phpDig search form at teh top of results page:

PHP Code:
<input name="template_demo" value="" type="hidden"
Is this the problem?

Last edited by bforsyth; 08-20-2004 at 07:12 PM.
bforsyth is offline   Reply With Quote