diff --git a/lib/elasticsearch_template.py b/lib/elasticsearch_template.py index b953b953ce2656aeda6a26bdc648852c55ae29a0..5d98482c120cf8c8e5014ccb764bbccba76c5e38 100644 --- a/lib/elasticsearch_template.py +++ b/lib/elasticsearch_template.py @@ -111,7 +111,7 @@ template = { { "keyword-template" : { "match_pattern": "regex", - "path_match": ".*md5.*|metadata-fr\.link\.formats.*|metadata-fr\.link\.service.*|metadata-fr\.parentId.*|metadata-fr\.geonet\:info\.uuid|slug|uuid", + "path_match": ".*md5.*|metadata-fr\.link\.formats.*|metadata-fr\.link\.name|metadata-fr\.link\.service.*|metadata-fr\.parentId.*|metadata-fr\.geonet\:info\.uuid|slug|uuid", "mapping": { "type": "text", "index": False,