diff --git a/apps/datahub/src/app/search/search-filters/search-filters.component.ts b/apps/datahub/src/app/search/search-filters/search-filters.component.ts index c28c210..30a2189 100644 --- a/apps/datahub/src/app/search/search-filters/search-filters.component.ts +++ b/apps/datahub/src/app/search/search-filters/search-filters.component.ts @@ -30,12 +30,10 @@ export class SearchFiltersComponent { displayCount = 3 searchConfig = ( getOptionalSearchConfig().ADVANCED_FILTERS || [ + 'producerOrg', 'categoryKeyword', - 'organization', 'revisionYear', 'license', - 'qualityScore', - 'territories', ] ).map((filter) => ({ fieldName: filter, diff --git a/conf/default.toml b/conf/default.toml index a1f0ba5..af7d719 100644 --- a/conf/default.toml +++ b/conf/default.toml @@ -9,4 +9,4 @@ # The advanced search filters available to the user can be customized with this setting. # The following fields can be used for filtering: 'organization', 'format', 'publicationYear', 'inspireKeyword', 'keyword', 'topic', 'isSpatial', 'license', 'resourceType', 'representationType', 'revisionYear', 'categoryKeyword', 'qualityScore', 'territories', 'publisherOrg', 'producerOrg' # any other field will be ignored -# advanced_filters = ['format', 'topic', 'keyword', 'organization', 'publisherOrg', 'producerOrg'] +# advanced_filters = ['producerOrg', 'categoryKeyword', 'revisionYear', 'license', 'qualityScore']