If you use template, the entire markup table is run on each search
result. If you use fmt, the markup output is returned without
processing, and then processed from that point on as part of the
regular page. Meaning any prior markups will be overlooked. So in
this case, if you use the fmt command, the markup will fail as {p} is
processed before the search function. Which comes too late. The
advantage of fmt however, is it is significantly faster. It runs
through the whole markup table one time, rather than once for every
search result
I should note, you can put some special case vars like {+p} even in a
fmt output, because it has some limited extra functionality thrown in.
Cheers,
Dan
On Tue, Mar 3, 2009 at 9:32 AM, Martin <[email protected]> wrote:
>
> To be honest, I do not know.
> I found the solution here on the list.
> It says there is a difference in the processing order.
>
> http://groups.google.com/group/boltwire/browse_thread/thread/69f2e5f17ec918c7/3678395ec096ba48?lnk=gst&q=fmt+template#3678395ec096ba48
>
> Greetings, Martin
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---