[master]: Add county in search fields and update library

This commit is contained in:
Konstantinos Triantafyllou 2024-02-13 14:46:35 +02:00
parent 67ebf92ffb
commit e157ccc2ca
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6e2cf28aeeefd724aa441ed337b269c892db9ca2
Subproject commit c803674ceb4faa777a06b3b8a57710edc400b55a

View File

@ -9,6 +9,7 @@ export class SearchFields extends SearchFieldsBase {
"instancetypename",
"openaccesscolor",
'fos',
"country",
"relfunder", "relfundinglevel0_id", "relfundinglevel1_id", "relfundinglevel2_id",
"relproject", "resulthostingdatasource", "community"];
@ -19,7 +20,7 @@ export class SearchFields extends SearchFieldsBase {
{type: "refine", title: "Access Routes", values: ["isgreen", "openaccesscolor", "isindiamondjournal"]},
{type: "range", title: "", values: ["resultacceptanceyear", "resultacceptanceyear"]},
{type: "refine", title: "", values: [
'fos', "publiclyfunded", "relfunder",
'fos', "publiclyfunded", "country", "relfunder",
"relfundinglevel0_id", "relfundinglevel1_id", "relfundinglevel2_id",
"relproject", "resulthostingdatasource", "community"
]}