diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index a24da417..565946b5 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -52,8 +52,32 @@ class="uk-button portal-button uk-text-bold uk-padding uk-padding-remove-vertical uk-margin-small-left"> Search -
Advanced Search
+
+ + Advanced Search + Advanced Search
+
+ +
+ + diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index 2a143c06..8a263a26 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -137,6 +137,7 @@ export class HomeComponent { showOrp: boolean = false; showProjects:boolean= false; showDataProviders:boolean= false; + showOrganizations:boolean= false; properties: EnvProperties; public readMore: boolean = false; public subPub;public subData;public subProjects;public subOrg; public subDataPr; @@ -231,6 +232,7 @@ public subPub;public subData;public subProjects;public subOrg; public subDataPr; this.showOrp = showEntity["orp"]; this.showProjects = showEntity["project"]; this.showDataProviders = showEntity["datasource"]; + this.showOrganizations = showEntity["organization"]; this.getNumbers(); // if(this.showDataProviders) { // this.fetchDataproviders.getResultsForHome(this.numResults, this.properties);