Question
I try the new version 01sep2004, and the only thing that not good, is a SEARCH with formfield.
My code is:
| *Página:* | *Responsable:* | *Descripción:* | *Fecha Ult.Actual.* | *Prioridad* | *Plazo Entrega* |
%SEARCH{ "FRX.Estado.*?value=\"Pendiente"" scope="text" regex="on" nosearch="on"
nototal="on" order="modified" format="| [[$topic]] | $formfield(FRX.Responsable) |
$summary | $date | $formfield(FRX.Prioridad)| $formfield(FRX.Plazo)|" }%
Thats all.
Environment
--
TWikiGuest - 10 Nov 2004
Answer
I found a similar problem, and isolated it to the
\"
To resolve this, I put a second \ in. So your sample would become
*?value=\\"Pendiente\\""
--
IanHenderson - 28 Feb 2005