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

Support archive

User account Global Variables changing inside low_search

cityllama 26 Sep 2013 18:59 question, complete

It seems like the low_search tag pair is affecting the user global variables. If I put {group_id} or {username} outside AND inside low_search:results I get different values. The globals are correct when outside the pair and incorrect inside -- they default to my guest account, regardless of my logged in status. Am I not understanding something?

Replies

  1. Low 26 Sep 2013 21:53

    Actually, that would be because of the native channel:entries tag. Just try and swap the low_search:results tag with the channel:entries tag, and you'll most likely get the same behaviour.

  2. cityllama 26 Sep 2013 23:14

    That makes sense. I'll look into that.