From 7358a0cdd55829a31ee32beb6150a23492e08403 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 9 Oct 2025 10:13:08 +0700 Subject: [PATCH] add missing published mapping for ta_download, #1051 --- backend/appsettings/index_mapping.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backend/appsettings/index_mapping.json b/backend/appsettings/index_mapping.json index 6c5bff1c..8014aef8 100644 --- a/backend/appsettings/index_mapping.json +++ b/backend/appsettings/index_mapping.json @@ -434,6 +434,10 @@ } } }, + "published": { + "type": "date", + "format": "epoch_second||strict_date_optional_time" + }, "vid_thumb_url": { "type": "keyword" },