- 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

@ -44,10 +44,10 @@ export default class SearchViewComponent extends Vue {
loaded = false;
numFound!: number;
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;
private error = "";