From 05c950c60d13f7710fa136ae7b306ee40b4b9194 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 29 Nov 2022 14:05:53 +0200 Subject: [PATCH] [Library]: searchFields.ts: Changed "type" of "eoscifguidelines" field from "keyword" to "refine", to get dynamically the available values for the eosc subjects. --- utils/properties/searchFields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/properties/searchFields.ts b/utils/properties/searchFields.ts index 97ab07f4..54972b10 100644 --- a/utils/properties/searchFields.ts +++ b/utils/properties/searchFields.ts @@ -59,7 +59,7 @@ export class SearchFields { }, ["eoscifguidelines"]: { name: "EOSC Subject", - type: "keyword", + type: "refine", param: "eoscSubj", operator: "es", equalityOperator: " exact ",