On Wed, Mar 17, 2010 at 6:00 PM, Markus <[email protected]> wrote:
> [form]
> [text txt "{?txt}" size=30] [submit Search]
> [session search "text='{?txt}' group=some.* fmt=title"]
> [session passdata txt]
> [session msg]
> [form]
> [if set {?txt}]
> [results]
> [if]
>
> Outputs results as markup. Has been the case for several releases.
Never noticed that. The search forms do not work right with fmt's,
only templates. I just took a stab at fixing it, for the next release.
It was a bit tricky, but I think it will work now.
Also you have a mistake in your form. It should be
[session search "text='{=txt}' group=some.* fmt=title"]
With an = instead of a ? in it.
Cheers,
Dan
--
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en.