Skip to content

Commit

Permalink
Update default.toml to correct default.toml ES aggregation for filter…
Browse files Browse the repository at this point in the history
…ing on metadata standard field
  • Loading branch information
alexarobu authored Oct 4, 2023
1 parent 7c8b49c commit 892adac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit 892adac

Please sign in to comment.