Hi all,
A site I created a while ago, has got to a stage where it needs a good clean up. I noticed that the simple search in the header always seems to return nothing:
http://www.houseofbatteries.co.uk
code:
{exp:search:simple_form channel="products" id="search_mini_form" result_page="search/results" search_in="everywhere"}
<div class="form-search">
<input type="text" name="keywords" id="keywords" class="input-text" value="Find your batteries" />
<input type="image" src="/images/btn-search.png" value="submit" alt="Search" class="submit" />
</div>
{/exp:search:simple_form}The product name fields and sku fields are all set to searchable in the channel field group.
Can anyone help?
Ian