Project

General

Profile

« Previous | Next » 

Revision 58606

[Library|Trunk]

Linking:
rename entity type to Result type

Deposit:
First page:
remove border
remove small text in first section paragraphs
remove padding from search form
Search:
go to first page when keyword changes
keep filters when keyword changes

Impact Factors:
update text (Exceptional,Substantial,Average)

Search bar:
pass parameters for advanced search
init keyword from params
if page not among search pages ignore keyword
when change to other entity clear parameters

View differences:

connectHelper.ts
3 3
export class ConnectHelper {
4 4

  
5 5
  public static  getCommunityFromDomain(domain: string): string{
6
    //domain = "beta.fam.openaire.eu"; //for testing
6
    domain = "beta.covid-19.openaire.eu"; //for testing
7 7
    if (domain.indexOf('openaire.eu') === -1) {
8 8
      return null;
9 9
    }

Also available in: Unified diff