[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:
parent
fbbfa579ca
commit
f3f395d15a
|
@ -59,7 +59,7 @@ export class SearchFields {
|
||||||
},
|
},
|
||||||
["eoscifguidelines"]: {
|
["eoscifguidelines"]: {
|
||||||
name: "EOSC Subject",
|
name: "EOSC Subject",
|
||||||
type: "refine",
|
type: "keyword",
|
||||||
param: "eoscSubj",
|
param: "eoscSubj",
|
||||||
operator: "es",
|
operator: "es",
|
||||||
equalityOperator: " exact ",
|
equalityOperator: " exact ",
|
||||||
|
|
Loading…
Reference in New Issue