--- trunk/mailman/.swishcgi.conf 2004/04/18 06:31:38 77 +++ trunk/mailman/.swishcgi.conf 2004/04/18 08:11:22 78 @@ -1,7 +1,7 @@ return { title => "Search the MailMan List Archive", swish_binary => '/usr/bin/swish-e', -display_props => [qw/ name email sent /], +display_props => [qw/name email sent swishdocsize/], sorts => [qw/swishrank swishtitle email sent/], secondary_sort => [qw/sent desc/], metanames => [qw/swishdefault swishtitle name email/], @@ -46,5 +46,11 @@ default => 'All', date_range => 1, }, + +template => { + package => 'SWISH::TemplateToolkit', + file => 'search.tt' +}, + };