[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).

This commit is contained in:
Konstantina Galouni 2022-03-17 16:13:55 +02:00
parent 6c0724f026
commit 77092a7e66
1 changed files with 2 additions and 2 deletions

View File

@ -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",