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

Support archive

Search results not showing proper results if not logged in current browser as superadmin

sajwal 30 Jun 2014 17:38 question, complete

Hi,
I am facing a problem where the results are not shown properly when i am logged out...but i am logged in another tab with super admin privelege...the results show up correctly...

pls. help

Replies

  1. Low 1 Jul 2014 06:20

    Can you add the following info:

    - Your EE, Low Search, and PHP versions;
    - Your Form and Results code (You can use http://pastie.org/ or http://pastebin.com/ for large chunks of code);
    - The URI for a search that triggers the issue;
    - The template debugger output for a search that triggers the issue;
    - Explain what "not shown properly" means.

  2. sajwal 1 Jul 2014 09:26

    Okay I found it...actually there was a another form (supposed to get only submitted when user is logged in) via ajax...i missed putting proper session check and hence the results page was triggered only after the previous form was submitted.

    Bytheway..this is the best addon in years i have seen......You too are my fav now...like Barrett Newton :)

  3. Low 1 Jul 2014 09:32

    Good to hear!

  4. sajwal 1 Jul 2014 09:43

    Is there a way that i can see the actual decoded query values in my template to see what values are posted to result page ?

  5. Low 1 Jul 2014 09:45

    Not without a custom php script to base64_decode and json_decode it. The search log should also contain the decoded search params.