[Trunk | Library]: searchFilter.component.html: [Bug fix] search in filters (in view all functionality) was not working - results were not filtered.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58179 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-03-04 16:44:50 +00:00
parent 826de9f393
commit 204ac6eed6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<!-- </ng-container>-->
<ng-container *ngFor="let value of sort(filter.values)"
class="uk-animation-fade filterItem searchFilterItem uk-text-small">
<div title = "{{value.name}}">
<div *ngIf="filterKeywords(value.name)" title = "{{value.name}}">
<label *ngIf="filter.filterType == 'checkbox' || filter.filterType == 'radio'">
<input *ngIf="filter.filterType == 'checkbox'" type="checkbox"
[disabled]="isDisabled || (showResultCount && value.number === 0)"