Hello,
I have a question for you: I want (need) to use the “search” parameter in an exp:channel:entries tag, but the value of this parameter is dynamically generated by a query (exp:query sql…).
I’ve tried all the way to make it working, but it doesn’t; the query result is something like “1200\W|4\W|46\W|766\W”, and if I paste this value in the search param. it works fine;
if I add the value using, for example a session with the code <?php echo $my_value; ?>, and the $my_value is inserted manually , the result is OK, but… if I generate the $my_value content with a query, the channel entry is empty.
I also tried to embed the exp:query tag and the exp:channel:entries tags, but the exp:query tag change the way the channel:entries results (very difficult to explain, sorry).
I also tried to generate a query and use only the exp:query module, but I don’t arrive to create the query correctly.
Any suggestion? The publishing date is… in 10 hours 😊
Thanks
Alberto
Moved to Community Help forum by Moderator