/[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.4 by dpavlin, Mon Jun 24 17:52:31 2002 UTC
# Line 53  $main::AdvancedSearchDropdowns = 4 ; Line 53  $main::AdvancedSearchDropdowns = 4 ;
53          '990',  'Signatura',          '990',  'Signatura',
54          '991',  'Inventarni broj',          '991',  'Inventarni broj',
55          'ISBN', 'ISBN',          'ISBN', 'ISBN',
56          'MFN',  'MFN',          'knjiz','Knjižnica',
         '994a', 'Knjižnica',  
57          'sv',   'Podaci o svescima',          'sv',   'Podaci o svescima',
58  );  );
59    
# Line 76  $main::AdvancedSearchDropdowns = 4 ; Line 75  $main::AdvancedSearchDropdowns = 4 ;
75          '675+',          '675+',
76          '990',          '990',
77          '991',          '991',
         'MFN',  
         '994a',  
78          'sv',          'sv',
79            'knjiz',
80    
81  );  );
82    
83  # separators  # separators
84  %default::Separator = (  %default::Separator = (
85          '700+', ', ',          '700+', '; ',
86          '990',  ' ',          '990',  ' ',
87          '991', ', ',          '991', ', ',
88          '300+', '.- ',          '300+', '.- ',
# Line 93  $main::AdvancedSearchDropdowns = 4 ; Line 91  $main::AdvancedSearchDropdowns = 4 ;
91    
92  );  );
93    
94    # Search.cgi Configuration Constrants
95    
96    # List of default configuration settings
97    %main::DefaultSettings = (
98            'lowest-year',  '1990',
99            'max-score',    '1000',
100            'allow-summary-displays','no',
101            'allow-similiar-search','no',
102            'allow-regular-searches','no',
103            'deliver-empty-results-from-regular-search','no',
104    #       'allow-relevance-feedback-searches','no',
105            'mailer-application','/usr/lib/sendmail',
106            'server-log','mps.log',
107            'output-colums','yes',
108            'show-nr-colums',3,
109            'show-past-date-list','no',
110            'database-for-SearchFieldDescriptions','ps',
111    );
112    
113    
114  1;  1;

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

  ViewVC Help
Powered by ViewVC 1.1.26