Cannot display search results
Hi everyone,
first time using Low Search.
I can't seem to be showing search results. My fileds in EE are searchable, I have made 1 collection.
I tried to strip it, this is my search form:
{exp:low_search:form channel="properties" result_page="site/zoekresultaatlow" collection="properties"}
Go
{/exp:low_search:form}
And this is the results tag:
{exp:low_search:results status="not closed" collection="properties" keywords:lang="nl" query="{segment_3}"}
{title}
{/exp:low_search:results}
All help much appreciated.
Michel
Replies
Low 19 Apr 2016 11:28
First, remove the channel="" and collection="" parameters from the Form tag; they don't do anything.
Secondly, make sure at least one field in your collection has a weight of 1 or higher and build the index.
Then, if there are still no search results, enable the template debugger and look up all lines that mention Low Search or low_search. What does that say?
Michel 19 Apr 2016 15:21
Bingo :-) Thank you very much, Lodewijk.
Michel