[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"]: {
|
["eoscifguidelines"]: {
|
||||||
name: "EOSC Subject",
|
name: "EOSC Subject",
|
||||||
type: "keyword",
|
type: "refine",
|
||||||
param: "eoscSubj",
|
param: "eoscSubj",
|
||||||
operator: "es",
|
operator: "es",
|
||||||
equalityOperator: " exact ",
|
equalityOperator: " exact ",
|
||||||
|
|
Loading…
Reference in New Issue