And yes, I am a search newbie.
The Problem:
I want it to search only my Projects weblog and I only want it to search the projectsector and marketsector fields?
I have seen numerous post but no resolution to this problem, while I don’t think its unique I am unable to find anything that actually works including the super search module from solspace.
Trying to search just the 2 fields but based on what I am reading this cannot be done? What I have so far (not even close to working but I had to start somewhere I guess.
{exp:search:advanced_form weblog="projects" status="open" search_in="projectsector" where="word" }
<div class="defaultBold">{lang:categories}</div>
<select name='projectsector'>
<option value="none">Business Line Sector</option>
{exp:weblog:categories weblog="services" parent_only="yes" style="none"}
<option name="projectsector" value="{category_name}">{category_name}</option>
{/exp:weblog:categories}
</select>
<select name='marketsector'>
<option value="none">Select Market Sector</option>
{exp:weblog:categories weblog="swcaprojects" style="none"}
<option name="marketsector" value="{category_name}">{category_name}</option>
{/exp:weblog:categories}
</select>
<input type='submit' value='Search' class='submit' />
{/exp:search:advanced_form}