I haven&#39;t quite understoo the searchbox/searchreults mechanism. I did a few things and I can control group results, names etc.<br> ( <a href="http://www.pmwiki.org/wiki/PmWiki/PageLists#searchbox">http://www.pmwiki.org/wiki/PmWiki/PageLists#searchbox</a> )<br>

<br>My interest is to make a search something like this:<br><br>if I have a template like this showing a table with pagename and a variable.<br><br>[[#template]]<br>(:if equal {&lt;$Group}:)<br>(:table  :)<br>(:cellnr :)[[{$FullName}|{$Name}]]<br>

(:cell  :){=$:Varibale}<br>(:if equal {&gt;$Group}:)<br>(:tableend:)(:if:)<br>[[#templateend]]<br><br>I want to be able to show only pages for an specific group where the Variable is equal to SearchTerm.<br><br>(:searchbox :)     // Here I dont&#39; know how to pass the SearchTerm value<br>

<br>(:searchresults group=data $:Variable=&quot;SearchTerm&quot; fmt#template:)<br><br>I know it has to be easy but I Haven&#39;t figure it out yet.<br><br>Any help will be apreciated,<br>Regards,<br>Edwin<br><br><br><br>