- add dataset-detail.component

- add named router links
This commit is contained in:
Arno Kaimbacher 2021-12-10 16:43:02 +01:00
parent 81153061ac
commit 480362e5b7
8 changed files with 133 additions and 8 deletions

View file

@ -37,8 +37,10 @@ export default class SearchViewComponent extends Vue {
loaded = false;
numFound!: number;
private solr: SolrSettings = {
core: "rdr_data", // SOLR.core;
host: "tethys.at",
// core: "rdr_data", // SOLR.core;
// host: "tethys.at",
core: "test_data", // SOLR.core;
host: "repository.geologie.ac.at",
};
// private rdrAPI!: DatasetService;
private error = "";