changes for the fix in search pages - #6937
This commit is contained in:
parent
725d2aa7e3
commit
18dd1379ad
|
@ -6,7 +6,7 @@ export class ConnectHelper {
|
|||
|
||||
public static getCommunityFromDomain(domain: string): string{
|
||||
if(properties.environment == "development") {
|
||||
domain = "beta.connect.openaire.eu"; //for testing
|
||||
domain = "beta.egi.openaire.eu"; //for testing
|
||||
}
|
||||
domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix
|
||||
if (domain.indexOf('openaire.eu') === -1) {
|
||||
|
|
|
@ -1375,8 +1375,8 @@ public static createRangeFilterQuery(rangeField,selectedFromValue, selectedToVal
|
|||
// this.parameterNames.push("sortBy");
|
||||
// this.parameterValues.push(this.searchUtils.sortBy);
|
||||
// }
|
||||
console.log(this.parameterNames)
|
||||
console.log(this.parameterValues)
|
||||
// console.log(this.parameterNames)
|
||||
// console.log(this.parameterValues)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue