Im trying to add search to my site without any luck.
Created a new page called "Search".
Created a new template called "Search", with the following code.
<div id="search"> <form method="get" action="" class="dwsearch"> <fieldset> <input type="text" name="s" id="search-text" size="15" /> <input type="submit" id="search-submit" value="Søk" /> </fieldset> </form> </div> <div id="content" class="dwcontent" title="Main content"></div>
Applied the template to the page, and the search box appears as normal.
But when I search I get no results, not even a text saying "No result", so I dont think it is implemented correctly.
This is how my page looks like (attachment)