--- search/config.pm 2002/06/16 18:11:16 1.1 +++ search/config.pm 2002/06/24 16:16:15 1.3 @@ -84,7 +84,7 @@ # separators %default::Separator = ( - '700+', ', ', + '700+', '; ', '990', ' ', '991', ', ', '300+', '.- ', @@ -93,4 +93,24 @@ ); +# Search.cgi Configuration Constrants + +# List of default configuration settings +%main::DefaultSettings = ( + 'lowest-year', '1990', + 'max-score', '1000', + 'allow-summary-displays','no', + 'allow-similiar-search','no', + 'allow-regular-searches','no', + 'deliver-empty-results-from-regular-search','no', +# 'allow-relevance-feedback-searches','no', + 'mailer-application','/usr/lib/sendmail', + 'server-log','mps.log', + 'output-colums','yes', + 'show-nr-colums',3, + 'show-past-date-list','no', + 'database-for-SearchFieldDescriptions','ps', +); + + 1;