Simple search is not looking for every word in the search field. It sometimes works and other times does not. Here is the code:
{exp:search:simple_form channel="faq" search_in="everywhere" show_expired="yes" show_future_entries="yes" status="open" where="all" result_page="search/index" no_result_page="search/no-results"}
<input type="text" name="keywords" id="keywords" value="" placeholder="What is…" class="input" />
<input type="submit" value="Go" class="btn" />
{/exp:search:simple_form}I need help, I have changed where=“everywhere” where=“all” and nothing.
an example is if I type: The lost world
it will not return anything. However, if I type world, it will return an entry with that name.