This question may be related to a resolved thread.
Hey Guys,
Similar question to the above - My simple search is currently not working and I am not sure why. It was originally working, but has since stopped :gulp:
this is the code on the search module:
<div id="search-module">
<a href="http://iabaustralia.gabrieltamborini.com.au/images/searchtitle.jpg">http://iabaustralia.gabrieltamborini.com.au/images/searchtitle.jpg</a>
{exp:search:simple_form no_result_page="search/noresults" status="open|closed" result_page="search/results" search_in="everywhere"}
<input class="search-textfield" type="text" name="keywords" />
<button type="submit" id="search-button" class="submit"></button>
{/exp:search:simple_form}
</div>And here is the code on the results page:
{exp:search:search_results}
<div id="main-event">
<h2><a href="http://{auto_path}">{title}</a></h2>
<p> <div id="story-date">Published: {entry_date format="%d%S %M, %Y"}</div><br />
<div id="story-link"><a href="http://{auto_path}">find out more</a></div><br />
{excerpt}<br />
</div><br />
{/exp:search:search_results}Any insights would be great please!