diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts index a830b9af..fc689660 100644 --- a/explore/src/app/home/home.component.ts +++ b/explore/src/app/home/home.component.ts @@ -395,6 +395,11 @@ export class HomeComponent { parameterValues.push("" + this.resultsQuickFilter.selected); } } + }else if(this.selectedEntity == "all"){ + if (this.resultsQuickFilter) { + parameterNames.push("qf"); + parameterValues.push("true"); + } } if(this.keyword.length > 0) { parameterNames.push("fv0");