Project

General

Profile

« Previous | Next » 

Revision 46561

more layout changes for linking - simplify linking - easy switch between bulk and search mode

View differences:

claimResultSearchForm.component.ts
36 36
  navigateTo: string = "Search";
37 37
  source: string = "datacite";
38 38
  type : string = "dataset";
39
  showSearchResults:boolean=false;
39 40
  // searchType ="publication";
40 41
  @Input() public select:boolean = true ;
41 42
  @Input() public keyword:string = '';
......
105 106
    this.searchOpenairePubs(this.keyword, this.size, 1);
106 107
    this.searchDatacite(this.keyword,10,1);
107 108
    this.searchOpenaireData(this.keyword,10,1);
109
    this.showSearchResults = true;
108 110

  
109 111
  }
110 112

  

Also available in: Unified diff