[master | DONE | CHANGED]: searchFields.irish.ts: Override ORGANIZATION_REFINE_FIELDS and ORGANIZATION_ADVANCED_FIELDS, so that "countrynojurisdiction" field is not included (no search filters in organizations).
This commit is contained in:
parent
4cb2071fd4
commit
20fb25d055
|
@ -26,6 +26,9 @@ export class SearchFields extends SearchFieldsBase {
|
|||
]}
|
||||
];
|
||||
|
||||
ORGANIZATION_REFINE_FIELDS: string[] = [];
|
||||
ORGANIZATION_ADVANCED_FIELDS: string[] = ["q", "organizationlegalname", "organizationlegalshortname", "pid"];
|
||||
|
||||
public static getParameterOrder(fieldId: string, params): number {
|
||||
let fields = [];
|
||||
let searchFields = new SearchFields();
|
||||
|
|
Loading…
Reference in New Issue