- small changes in dataset-detail.component.ts and dataset-detail.component.vue
This commit is contained in:
parent
a8c5e16014
commit
c47934732b
5 changed files with 18 additions and 17 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue