It's quite nice to see at a glance how many bugs are in the list - especially for the search results. This can be done in search.php by adding the following (line 694 of my already "hacked" version):
The above worked OK with Firefox, but not with MS Internet Explorer. Better is - $header .= "Bugs listed: " . $search['resultcount']; (leaving $columnHeads as it originally was)