I have the following code that is meant to search for all the words in all custom fields. to test it, I searched two words. One of the words is in the title, the other is in the description field of an entry I am searching for. The search results turned up empty. Is this a bug or am I doing something wrong? - thanks.
<table class="table_navbar_search"><tr>
{exp:search:simple_form status="{variable_status}" weblog="weblog1" where="all" search_in="entries" result_page="group/search_results" results="15" no_result_page="group/search_results_none" }
<td>
<input type="text" name="keywords" class="input_searchbox" size="25" maxlength="100" >
</td>
<td>
<select name="cat_id[]" class="pulldown">
<option value="">All ads</option>
{exp:weblog:categories weblog="classifieds" style="linear" category_group="1" parent_only="yes" disable="custom_fields|member_data|pagination|trackbacks|category_fields" cache="yes" refresh="10080"}
<option value="{category_id}" class="pulldown_option">{category_name}</option>
{/exp:weblog:categories}
</select>
</td>
<td><nobr> <input type="submit" value="FIND" class="submit" /></nobr>
</td><td>{/exp:search:simple_form}</td>
</tr></table>
