All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Low search "No Search Results" page

Sulok Jha 7 Jan 2014 11:33 problem, active

Hello I am getting "No search result" after configuring low search.

Form Tag is : {exp:low_search:form result_page="search/results" form_class="search-block" form_id="keyword" }

{/exp:low_search:form}

and serch result page is:
{exp:low_search:results query="{segment_3}" limit="10"}
{if count == 1}

    {/if}
  1. {title}

  2. {if count == total_results}
{/if}
{if no_results}No search results{/if}
{/exp:low_search:results}

please provide me solution.

Replies

  1. Low 7 Jan 2014 11:36

    I'll need more info than that...

    - What are your EE, Low Search and PHP versions?
    - What's the URI for such a page?
    - Have you created search collections and added weight >= 1 to searchable fields?
    - What is the full code of your search form (You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code.)
    - Can you turn on template debugging and copy/paste the contents here for a no-results page?