Search results pages can be linked using a URL like this:
search.php?filled=1&whichtype=links&condition=and&search=term
Repace 'term' with the search term you want to show results for. Change each of the other terms as you desire as well. For example, to show links that contain the full phrase "WSN Links" you would use
search.php?filled=1&whichtype=links&condition=like&search=WSN%20Links
Written out as HTML, the link becomes
<a href="http://scripts.webmastersite.net/wsnlinks/wsnmanual410/search.php?filled=1&whichtype=links&condition=like&search=WSN%20Links">Click here to see comments about WSN Links</a>
To search only in a particular field, use a url like
search.php?action=filter&filled=1&whichtype=categories&namesearch=test&namecondition==
For any sort of search, the process to construct a url for it is just to examine the form being submitted in the template and add the values that you would want to be getting submitted into the URL. Examine the names given to the selectors in the advanced search template and transfer them to the url.
If for some reason you find this difficult to understand, read
http://www.webmastersite.net/forums/comments.php?... for a guided tour of the template.
3/5 based on 3 votes. The median rating is 2.