[pmwiki-users] Searchresults customization

Patrick R. Michaud pmichaud at pobox.com
Fri Oct 6 11:58:11 CDT 2006


On Fri, Oct 06, 2006 at 12:54:36PM -0400, Crisses wrote:
> I can't find where I can get rid of the "Results of search for..."  
> line in the searchresults.
> 
> A hint, maybe? :)

$SearchResultsFmt = "<div class='wikisearch'>\$MatchList</div>";

This says to return the list of matched results and nothing else.
The default setting is

  SDV($SearchResultsFmt, "<div class='wikisearch'>\$[SearchFor]
    $HTMLVSpace\$MatchList
    $HTMLVSpace\$[SearchFound]$HTMLVSpace</div>");

Pm




More information about the pmwiki-users mailing list