diff --git a/src/app/shared/searchFields.irish.ts b/src/app/shared/searchFields.irish.ts index f0d4560..b9d0a85 100644 --- a/src/app/shared/searchFields.irish.ts +++ b/src/app/shared/searchFields.irish.ts @@ -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();