- small changes in dataset-detail.component.ts and dataset-detail.component.vue

This commit is contained in:
Arno Kaimbacher 2022-01-13 17:43:19 +01:00
parent a8c5e16014
commit c47934732b
5 changed files with 18 additions and 17 deletions

View file

@ -31,10 +31,10 @@ export default class VsInput extends Vue {
private selectedIndex = 0;
private selectedDisplay = "";
private solr: SolrSettings = {
// core: "rdr_data", // SOLR.core;
// host: "tethys.at",
core: "test_data", // SOLR.core;
host: "repository.geologie.ac.at",
core: "rdr_data", // SOLR.core;
host: "tethys.at",
// core: "test_data", // SOLR.core;
// host: "repository.geologie.ac.at",
};
// private rdrAPI!: DatasetService;
itemRefs!: Array<any>;