--- search/config.pm 2002/10/24 16:34:09 1.10 +++ search/config.pm 2002/10/24 18:25:20 1.11 @@ -109,7 +109,9 @@ 'LIBRI', "Knjiga", # 'ARTI', "Članak/poglavlje", 'PERI', "Časopis", + 'online', "On-line časopisi", ); +$default::max_display_url_len = 80; # Search.cgi Configuration Constrants @@ -154,4 +156,10 @@ '; +# databases which don't have to be in database.cf (for example filled by +# other external script like web crawler) +@main::always_selected_databases = ( + "sciencedirect", +); + 1;