[Library]: searchFields.ts: Changed "type" of "eoscifguidelines" field from "keyword" to "refine", to get dynamically the available values for the eosc subjects.
This commit is contained in:
parent
e9e2ee9f3a
commit
05c950c60d
|
@ -59,7 +59,7 @@ export class SearchFields {
|
|||
},
|
||||
["eoscifguidelines"]: {
|
||||
name: "EOSC Subject",
|
||||
type: "keyword",
|
||||
type: "refine",
|
||||
param: "eoscSubj",
|
||||
operator: "es",
|
||||
equalityOperator: " exact ",
|
||||
|
|
Loading…
Reference in New Issue