Friday 25 April 2003 9:04:43 am
I am having a heck of a time trying to figure the search feature out. Can someone please point me to something that explains how to implement searching in v3? The DEMO seems to work right, but I can't return a darn thing in my site design.
I am using this code for the box:
<form action={"/content/search/"|ezurl} method="get">
<input type="hidden" name="SectionID" value="17" />
<input type="text" size="20" name="SearchText" id="Search" value="" />
<input name="SearchButton" type="image" src={"search.gif"|ezimage} value="Search" /> </form> Help!
|