[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:
parent
6c0724f026
commit
77092a7e66
|
@ -72,7 +72,7 @@ export class SearchFields {
|
||||||
},
|
},
|
||||||
["pid"]: {name: "PID", type: "keyword", param: "pid", operator: "pd", equalityOperator: " = ", filterType: null},
|
["pid"]: {name: "PID", type: "keyword", param: "pid", operator: "pd", equalityOperator: " = ", filterType: null},
|
||||||
["resulthostingdatasourceid"]: {
|
["resulthostingdatasourceid"]: {
|
||||||
name: "Source",
|
name: "Hosting Content Provider",
|
||||||
type: "entity",
|
type: "entity",
|
||||||
param: "hostedBy",
|
param: "hostedBy",
|
||||||
operator: "hs",
|
operator: "hs",
|
||||||
|
@ -80,7 +80,7 @@ export class SearchFields {
|
||||||
filterType: null
|
filterType: null
|
||||||
},
|
},
|
||||||
["resulthostingdatasource"]: {
|
["resulthostingdatasource"]: {
|
||||||
name: "Content Provider",
|
name: "Source",
|
||||||
type: "refine",
|
type: "refine",
|
||||||
param: "hostedBy",
|
param: "hostedBy",
|
||||||
operator: "hs",
|
operator: "hs",
|
||||||
|
|
Loading…
Reference in New Issue