diff --git a/landingPages/result/resultLanding.component.html b/landingPages/result/resultLanding.component.html index eae720da..bc437f4e 100644 --- a/landingPages/result/resultLanding.component.html +++ b/landingPages/result/resultLanding.component.html @@ -167,7 +167,7 @@
- Fields of Science and Technology classification (FOS) + Fields of Science (FOS) [Beta]
@@ -181,7 +181,7 @@
- Sustainable Development Goals (SDG) + Sustainable Development Goals (SDG) [Beta]
diff --git a/utils/properties/searchFields.ts b/utils/properties/searchFields.ts index 417749a1..8b0fdb6d 100644 --- a/utils/properties/searchFields.ts +++ b/utils/properties/searchFields.ts @@ -232,7 +232,7 @@ export class SearchFields { filterType: "checkbox" }, ["sdg"]: { - name: "SDG", + name: "SDG [Beta]", type: "vocabulary", param: "sdg", operator: "sg", @@ -240,7 +240,7 @@ export class SearchFields { filterType: "checkbox" }, ["fos"]: { - name: "Field of Science", + name: "Field of Science [Beta]", type: "vocabulary", param: "fos", operator: "fs",