Hi James,
Thanks for coming back to us. This is the coding that refers to the search function on the front. You might find something that is not correct here.
<!– Start Relevanssi Search Form –>
<div id=”category-search”>
<form method=”get” action=”<?php bloginfo(‘url’); ?>”>
<div>
<label for=”Search for:”>Search for:</label>
<input type=”text” value=”<?php the_search_query(); ?>” name=”s” id=”s” />
<label for=”In Category:”>In Category:</label>
<select name=’cat’ id=’cat’ class=’postform’>
<option value=’0′ selected=’selected’>All Categories</option>
<option class=”level-0 value=”78″>Motorsport</option>
<option class=”level-0 value=”15″>Road Cars</option>
<option class=”level-0 value=”12″>Yesteryear</option>
<option class=”level-0 value=”3″>News</option>
<option class=”level-0 value=”20″>Fact Files</option>
<option class=”level-0 value=”11″>Book Reviews</option>
<option class=”level-0 value=”167″>For Sale</option>
</select></p>
<input name=”submit” type=”submit” id=”searchsubmit” value=”Search” />
</div>
</form>
</div>
<!– End Relevanssi Search Form –>
And here is a link where we have searched for a book title which is the last book review we have done and it comes up with a search result that is 40 pages long. My Search criteria in this case was: The Ford that beat Ferrari and I selected as a category Book Reviews, the results mentions I suppose everything that has the name Ferrari or Ford in it. Here is the link.
https://www.porscheroadandrace.com/?s=The+Ford+that+beat+Ferrari&cat=Book+Reviews&submit=Search
We hope that you can help.
Thanks very much in advance,
with kind regards,
Glen