- 'from' and 'until' paramter in ReuqestController.php for OAI requests

- composer updates
- configure solr host with protocol
This commit is contained in:
Arno Kaimbacher 2020-07-27 13:58:47 +02:00
parent f62f812a0d
commit 3125df767b
4 changed files with 376 additions and 166 deletions

View file

@ -18,7 +18,8 @@ export default {
// solr endpoint
// const host = 'http://voyagerdemo.com/';
//const host = 'https://www.tethys.at/';
const host = 'https://' + solrHost;
//const host = 'https://' + solrHost;
const host = solrHost;
const path = '/solr/' + solrCore + '/select?';
var base = host + path;