[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:
Konstantina Galouni 2024-04-04 17:19:17 +03:00
parent 4cb2071fd4
commit 20fb25d055
1 changed files with 3 additions and 0 deletions

View File

@ -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();