I haven't quite understoo the searchbox/searchreults mechanism. I did a few
things and I can control group results, names etc.
 ( http://www.pmwiki.org/wiki/PmWiki/PageLists#searchbox )

My interest is to make a search something like this:

if I have a template like this showing a table with pagename and a variable.

[[#template]]
(:if equal {<$Group}:)
(:table  :)
(:cellnr :)[[{$FullName}|{$Name}]]
(:cell  :){=$:Varibale}
(:if equal {>$Group}:)
(:tableend:)(:if:)
[[#templateend]]

I want to be able to show only pages for an specific group where the
Variable is equal to SearchTerm.

(:searchbox :)     // Here I dont' know how to pass the SearchTerm value

(:searchresults group=data $:Variable="SearchTerm" fmt#template:)

I know it has to be easy but I Haven't figure it out yet.

Any help will be apreciated,
Regards,
Edwin
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to