I'm having a strange problem with search.
No matter what I search for all stories show as the result; even non-existant words.
Here's an example:
http://www.topkix.com/search.php?search=ghsdfgsdfg
I'm using build 138 with mollio-beat template.
I replaced search.php with the one from build 153 but it has not helped.
I have moved the search form but the code has remained unchanged.
Code:
<form action="{$my_base_url}{$my_pligg_base}/search.php" method="get" name="thisform" id="thisform">
<label for="searchsite">Site Search:</label>
<input type="text" size="10" name="search" id="searchsite" value="{$searchedfor}"/>
<input type="submit" value="Go" class="submit" />
</form>
Anybody seen this before?
Thanks
Randy