This question may be related to a resolved thread.
Hi All. I have tried the solution in the above topic, but I can’t get the search results to appear. This is my code:
<div class="nav-collapse">
{exp:search:simple_form
channel="ledenadministratie"
search_in="everywhere"
form_class="navbar-search pull-right"
no_result_page="ledenadministratie/geen-resultaten"
result_page="ledenadministratie/zoekresultaten"
status="not closed"
where="all"
show_expired="yes"
show_future_entries="yes"}
<input type="text" name="keywords" id="keywords" value="" maxlength="100" class="search-query span2" placeholder="Zoek lid">
{/exp:search:simple_form}
</div><!--/.nav-collapse -->It only returns results from the title field.
Let’s say I have a value in the {title} field: “Foo”. And another in a {custom_field}: “Bar”.
There are results when I search for “Foo”, there are also results when I search for “Bar”. But not when I search for “Foo Bar”. This is what I need. What am I doing wrong?