From f040ac6b341cfe7163b9d3f8a7df4e2176b54423 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 4 Jun 2025 09:46:11 +0700 Subject: [PATCH] mapping change, multi format date published --- backend/appsettings/index_mapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",