Hi,
I am getting very confused and frustrated and not knowing why is this not working
I specify the category in the Channel Edit Group Assignment
I have look at the example on:
http://ellislab.com/expressionengine/user-guide/modules/search/advanced.html
I tried many different variations and still came up with nothing
Here is the code I came up with:
{exp:search:advanced_form channel="mychannel" result_page="search/result"}
<input type="text" name="keywords" id="keywords" value="" maxlength="100" / >
<select name="cat_id[]">
{exp:channel:categories channel="mychannel" category_group="7"}
<option value="{category_id}">{category_name}</option>
</select>
{/exp:search:advanced_form}Also This
{exp:search:advanced_form channel="mychannel" result_page="search/result"}
<input type="text" name="keywords" id="keywords" value="" maxlength="100" / >
<div class="defaultBold">{lang:categories}</div>
<select name='cat_id[]'>
<option value='all' selected="selected">{lang:any_category}</option>
</select>
{/exp:search:advanced_form}much help is appreicated
thanks