From 77092a7e66aca8c6000de9f82c4da3fd1a039201 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 17 Mar 2022 16:13:55 +0200 Subject: [PATCH] [Library]: searchFields.ts: In previous commit changed name of "resulthostingdatasourceid" used in advanced search (Hosting Content Provider --> Source), instead of "resulthostingdatasource" used in refine filters (Content Provider --> Source). --- utils/properties/searchFields.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/properties/searchFields.ts b/utils/properties/searchFields.ts index 7953aeb8..fa5800b5 100644 --- a/utils/properties/searchFields.ts +++ b/utils/properties/searchFields.ts @@ -72,7 +72,7 @@ export class SearchFields { }, ["pid"]: {name: "PID", type: "keyword", param: "pid", operator: "pd", equalityOperator: " = ", filterType: null}, ["resulthostingdatasourceid"]: { - name: "Source", + name: "Hosting Content Provider", type: "entity", param: "hostedBy", operator: "hs", @@ -80,7 +80,7 @@ export class SearchFields { filterType: null }, ["resulthostingdatasource"]: { - name: "Content Provider", + name: "Source", type: "refine", param: "hostedBy", operator: "hs",