User account Global Variables changing inside low_search
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
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.
cityllama 26 Sep 2013 23:14
That makes sense. I'll look into that.