I have simple search working rather well but I want to expand it slightly to search within one specific category ?
Is this possible with simple search? or do I need to create an advanced search with a pre filled in form (hidden), if so any sample code would be grand as I was struggling to pull apart the EE doc code apart
I was hoping I could just add category as a variable to simple search like this…
{exp:search:simple_form channel="news" category="46" search_in="everywhere" status="open"
where="all" result_page="search/searchresults" no_result_page="search/noresults"}
<div id="searching">
<input id="searchbox" name="keywords" placeholder="Search Projects"/>
<button id="search" name="submit" type='submit'><i class='icon-search'></i></button>
</div>
{/exp:search:simple_form}