We’re working on a system that uses a custom written plugin to power quizes, and would like to do something like this to get a certain record from the result_text channel:
{exp:channel:entries channel="result_text" search:result_summary_age="{exp:quiz:get_age}"}
...
{/exp:channel:entries}I seem to remember this sort of thing working fine in 1.6, however now we are always getting a search for the literal text of the parameter including the plugin tag.
Is there any way to get this sort of thing to work the way we think it should / did?