From 892adac7ca1028f7ed9484a4d1b2303a1c6d6eaa Mon Sep 17 00:00:00 2001 From: Elena Robu Date: Wed, 4 Oct 2023 12:13:32 +0100 Subject: [PATCH] Update default.toml to correct default.toml ES aggregation for filtering on metadata standard field --- conf/default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/default.toml b/conf/default.toml index e9f0c19f59..661eacf206 100644 --- a/conf/default.toml +++ b/conf/default.toml @@ -71,7 +71,7 @@ background_color = "#fdfbff" # filter_geometry_data = '{ "coordinates": [...], "type": "Polygon" }' # The advanced search filters available to the user can be customized with this setting. -# The following fields can be used for filtering: 'publisher', 'format', 'publicationYear', 'standard', 'inspireKeyword', 'topic', 'isSpatial', 'license' +# The following fields can be used for filtering: 'publisher', 'format', 'publicationYear', 'documentStandard', 'inspireKeyword', 'topic', 'isSpatial', 'license' # any other field will be ignored # advanced_filters = ['publisher', 'format', 'publicationYear', 'topic', 'isSpatial', 'license']