/[local]/search/config.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /search/config.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Sun Jun 16 18:11:16 2002 UTC revision 1.2 by dpavlin, Mon Jun 24 13:47:06 2002 UTC
# Line 93  $main::AdvancedSearchDropdowns = 4 ; Line 93  $main::AdvancedSearchDropdowns = 4 ;
93    
94  );  );
95    
96    # Search.cgi Configuration Constrants
97    
98    # List of default configuration settings
99    %main::DefaultSettings = (
100            'lowest-year',  '1990',
101            'max-score',    '1000',
102            'allow-summary-displays','no',
103            'allow-similiar-search','no',
104            'allow-regular-searches','no',
105            'deliver-empty-results-from-regular-search','no',
106    #       'allow-relevance-feedback-searches','no',
107            'mailer-application','/usr/lib/sendmail',
108            'server-log','mps.log',
109            'output-colums','yes',
110            'show-nr-colums',3,
111            'show-past-date-list','no',
112            'database-for-SearchFieldDescriptions','ps',
113    );
114    
115    
116  1;  1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26