My search form looks like this:
{exp:search:simple_form
search_in="everywhere"
where="all"
no_result_page="search/noresults"
result_page="search/index"
results="10"
status="Open"
show_expired="yes"
show_future_entries="yes"
channel="abc|pqr|xyz"}
<div>
<label for="keywords">Search</label>
<input type="text" name="keywords" id="keywords" value="" class="textinput" /><input type="submit" value="go" class="submit" >
</div>
{/exp:search:simple_form}My results page is way more complicated. But I’ve tried a plain template as described in the docs. But I’m still not seeing any search results for comments associated to entries. Everything else is being found. I’ll re-explain:
If I post a comment (Eg: “Limerick”) on an entry and then perform a search for a particular keyword in that comment (“Limerick”) I get a no results page.
Have I missed something painfully obvious?