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

Support archive

No search results

Visual 2 Apr 2013 14:19 question, complete

Im having the same problem and probably something silly
However i'm not lowercasing anything

can you please point me to the right direction where it could come form?

Thanks!

Note: This topic was created from a reply on the Returning no results, keywords tag blank topic.

Replies

  1. Low 2 Apr 2013 14:57

    To debug, I'll need your EE and LS versions, the Form and Results tag code (use http://pastie.org/ if you can), the output of the Template Debugger, specifically the lines that mention Low Search, and the URI for a search result that triggers this.

  2. Visual 2 Apr 2013 15:20

    search template: http://pastie.org/7280366
    Results template: http://pastie.org/7280381

    I'm sorry i got it fixed it was indeed something stupid!
    i confused keywords with other input fields

    Was trying to return checkbox value as keywords
    i solved it with this {if '{option:value}' IN ({low_search_search:stijl})} {option:label}
    {/if}

    Sorry!