[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:
Konstantina Galouni 2022-11-29 14:05:53 +02:00
parent e9e2ee9f3a
commit 05c950c60d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export class SearchFields {
},
["eoscifguidelines"]: {
name: "EOSC Subject",
type: "keyword",
type: "refine",
param: "eoscSubj",
operator: "es",
equalityOperator: " exact ",