[develop | DONE | CHANGED] Change fields in filters from result_country to cross_country

This commit is contained in:
argirok 2024-06-25 14:04:34 +03:00
parent 5faca0746c
commit 4bd7e822ac
1 changed files with 4 additions and 4 deletions

View File

@ -264,7 +264,7 @@ export class IndicatorFilterUtils {
"indi_pub_downloads":"indi_pub_downloads.result.year",
"result_apc":"result_apc.result.year",
"result_apc_affiliations":"result_apc_affiliations.result.year",
"result_country":"result_country.result.year",
"cross_country":"cross_country.year",
"indi_impact_measures": "indi_impact_measures.result.year",
"project": "project.start year"
},
@ -286,7 +286,7 @@ export class IndicatorFilterUtils {
"indi_impact_measures":"indi_impact_measures.result.result_fos.lvl1",
"result_apc":"result_apc.result.result_fos.lvl1",
"result_apc_affiliations":"result_apc_affiliations.result.result_fos.lvl1",
"result_country":"result_country.result.result_fos.lvl1",
"cross_country":"cross_country.lvl1",
"historical_snapshots_irish_fos":"historical_snapshots_irish_fos.lvl1"
},
"foslvl2":{
@ -297,7 +297,7 @@ export class IndicatorFilterUtils {
"indi_impact_measures":"indi_impact_measures.result.result_fos.lvl2",
"result_apc":"result_apc.result.result_fos.lvl2",
"result_apc_affiliations":"result_apc_affiliations.result.result_fos.lvl2",
"result_country":"result_country.result.result_fos.lvl2",
"cross_country":"cross_country.lvl2",
"historical_snapshots_irish_fos":"historical_snapshots_irish_fos.lvl2"
},
"publicly-funded":{
@ -307,7 +307,7 @@ export class IndicatorFilterUtils {
"indi_impact_measures":"indi_impact_measures.result.indi_pub_publicly_funded.publicly_funded",
"result_apc":"result_apc.result.indi_pub_publicly_funded.publicly_funded",
"result_apc_affiliations":"result_apc_affiliations.result.indi_pub_publicly_funded.publicly_funded",
"result_country":"result_country.result.indi_pub_publicly_funded.publicly_funded"
"cross_country":"cross_country.publicly_funded"
}
}