Skip to content

Commit

Permalink
ajout filtre type de ressource et modification url api
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Jun 24, 2024
1 parent 224207e commit e17d7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[global]
# This URL (relative or absolute) must point to the API endpoint of a GeoNetwork4 instance
geonetwork4_api_url = "https://gpf-geonetwork-qua.priv.geopf.fr/geonetwork/srv/api"
geonetwork4_api_url = "https://data-qua.priv.geopf.fr/catalog"
datahub_url = "/catalogue"
# This should point to a proxy to avoid CORS errors on some requests (data preview, OGC capabilities etc.)
# The actual URL will be appended after this path, e.g. : https://my.proxy/?url=http%3A%2F%2Fencoded.url%2Fows`
Expand Down Expand Up @@ -81,7 +81,7 @@ favicon = "/assets/img/favicon.ico"
# 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', 'keyword', 'topic', 'isSpatial', 'license', 'resourceType', 'representationType'
# any other field will be ignored
advanced_filters = ['publisher', 'topic', 'publicationYear', 'format', 'inspireKeyword', 'isSpatial', 'license']
advanced_filters = ['publisher', 'topic', 'resourceType', 'publicationYear', 'format', 'inspireKeyword', 'isSpatial', 'license']

# One or several search presets can be defined here; every search preset is composed of:
# - a name (which can be a translation key)
Expand Down

0 comments on commit e17d7a7

Please sign in to comment.