Trying to figure out how search works here - any help would be much appreciated!
The search form I have looks like:
{exp:search:simple_form channel="blog_entry"}
<div class="search">
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100">
<input type="submit" value="submit" class="submit">
</div>
{/exp:search:simple_form}When I do a search it displays a URL something like: /search/results/7ba617df0e8ed667e99d9e4a51274f77/ but displays the homepage and not the results. Am I missing a step here?