Project

General

Profile

« Previous | Next » 

Revision 58739

[Library|Trunk]

Search Pages:

Change scroll behaviour after query is submitted. Scroll under form if filters or page changes, scroll to top when keyword changes
Hide filters and range filters when there are no results
Autocomplete for Result type vocabulary: combine publications and dataset vocabularies:

Filters:
Results:
Remove Collected From Filter "collectedfrom","collectedfrom"
Project appears when funder is selected
Repositories: add Collected From Filter "collectedfromname"

View differences:

searchFilter.component.html
1 1
<div *ngIf= "filter.values.length >0" class="uk-margin-small-bottom">
2 2
  <div class="uk-margin-small-top uk-margin-bottom uk-grid uk-flex uk-flex-bottom">
3
    <h5  class="uk-margin-bottom-remove">{{_formatTitle(filter.title,filter.values.length)}}</h5>
3
    <h5  class="uk-margin-bottom-remove" title = "{{filter.title}}">{{_formatTitle(filter.title,filter.values.length)}}</h5>
4 4
    <a *ngIf="filter.countSelectedValues>0" (click)="clearFilter()" class="portal-link">
5 5
      Clear
6 6
    </a>

Also available in: Unified diff