diff --git a/msc_pygeoapi/loader/cumulative_effects_hs.py b/msc_pygeoapi/loader/cumulative_effects_hs.py index 6d9880ac..7226fd2e 100644 --- a/msc_pygeoapi/loader/cumulative_effects_hs.py +++ b/msc_pygeoapi/loader/cumulative_effects_hs.py @@ -79,7 +79,7 @@ SETTINGS = { 'order': 0, 'version': 1, - 'index_patterns': [INDEX_BASENAME], + 'index_patterns': [f'{INDEX_BASENAME}*'], 'settings': {'number_of_shards': 1, 'number_of_replicas': 0}, 'mappings': None }