First off - love this, very helpful. Here’s my issue:
I’m using Fresh Variables to store some cookie values. A sample variable:
<?
if (isset($_COOKIE["exp_thevar"]))
echo $_COOKIE["exp_thevar"];
?>So far so good, it works nicely. Now, however, I drop it into a weblog custom field search like this:
search:mycustomfield="{myfreshvar}"This produces no results though. To test, I hardcoded the cookie value in there and it worked fine. Is this some kind of parse order issue (please gawd no…)