diff --git a/backend/appsettings/index_mapping.json b/backend/appsettings/index_mapping.json index 236890a2..d1bbd500 100644 --- a/backend/appsettings/index_mapping.json +++ b/backend/appsettings/index_mapping.json @@ -239,7 +239,8 @@ "type": "keyword" }, "published": { - "type": "date" + "type": "date", + "format": "epoch_second||strict_date_optional_time" }, "playlist": { "type": "text",