- new SearchController

- new subtitle in hero section
- MimetypeTableSeeder with geo-Package
This commit is contained in:
Arno Kaimbacher 2019-09-20 19:00:57 +02:00
parent 54d6c5d434
commit 7bf0337faf
11 changed files with 277 additions and 11 deletions

View file

@ -22,10 +22,10 @@ class SolariumServiceProvider extends ServiceProvider
$config = array(
'endpoint' => array(
'localhost' => array(
'host' => '127.0.0.1',
'host' => 'repository.geologie.ac.at',
'port' => '8983',
'path' => '/solr/',
'core' => 'opus4'
'core' => 'rdr_data'
)
)
);