This is related to
Item260 that introduced multi-line twiki variables.
Using a multi-line SEARCH expression is not working for dynamic attributes of
TWikiForms
that are generated using a SEARCH.
This is caused by this line that is used twice in
Form.pm
:
$text =~ s/%<nop>SEARCH{(.*?)}%/_searchVals($session, $1)/geo;
because the
.
don't match newlines.
I think it's time to bite the bullet and use
handleCommonTags
instead.
--
TWiki:Main.RafaelAlvarez
As no one complained, and it's working for me, i'm closing this issue.
--
TWiki:Main.RafaelAlvarez