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" },