[Library & EOSC Explore | angular-14]: environment.ts: Updated properties | searchFields.ts: Updated type of "eoscifguidelines" field to "keyword" from "refine" (to be discussed) | home.component: [Bug fix] Fixed after it has been checked error (disableSelectChange() method added).

This commit is contained in:
Konstantina Galouni 2022-12-05 14:43:53 +02:00
parent fbbfa579ca
commit f3f395d15a
1 changed files with 1 additions and 1 deletions

View File

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