Hi I have problem with the search module.
It gives me unpredictable results;
when there are results, sometimes they give me the results page with the results, or error page as the attached image,
when there is no results, the no-result page sometimes shown with the keyword I typed, sometimes with empty keyword, sometimes the error result as the attached image.
I’m using the following code… earlier I use simple_form but I still have the same problem.
{exp:search:advanced_form result_page="site/search-results" no_result_page="site/no-search-results" where="any" show_future_entries="yes" channel="static-pages|1-about-us|2-courses-admissions|3-online-mobile-distance|4-certification-development|5-international-students|6-business-partners|7-resources-tools|courses|news|faqs|faq-pages|calendar_events"}
<fieldset>
<label for="keywords">Search</label>
<div class="text"><input type="text" id="keywords" name="keywords" value="Enter keyword(s) here"></div>
<input type="submit" value="Search" class="submit">
</fieldset>
{/exp:search:advanced_form}Second question, I have put my entries custom field as searchable but the search module only searches the title and not the fields.
Any suggestion what I should do to make my custom fields searchable?
Thanks a bunch!