I am testing various search templates.
The doc page http://www.boltwire.com/index.php?p=docs.concepts.search.template
says:

Several system templates exist including:
count   count number of pages
csv     a csv list of pages
list    a vertical list of pages
title   returns a list of clickable page titles
toc     A nice indented table of contents list
breadcrumb      returns a breadcrumb of each page (default template)

I put into page 'test', which has some child pages:

!!!toc
[(search group=test* fmt=toc)]

!!!count
[(search group=test* fmt=count)]

!!!csv
[(search group=test* fmt=csv)]

!!!list
[(search group=test* fmt=list)]

!!!breadcrumb
[(search group=test* fmt=breadcrumb)]

!!!default
[(search group=test* fmt=default)]

!!!jump
[(search group=test* fmt=jump)]

Of these formats toc, count, csv and list work.
The other don't.
fmt=breadcrumb returns text 'breadcrumb' for each page.
fmt=default returns unresolved entries as text like '[(breadcrumb
test.abcdefg name=link)]'
fmt=jump returns a list of items, each in two lines, first line is
text '[(template first)]',
second line is a drop-down box, with an entry of 'Select
One....[(template each)]'

Something is going wrong!

And where is the documentation for allowed parameters when editing
template pages (for toc for instance)?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to