From b3d3ebe9d057e10971841b303811f67b64988299 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 20 Nov 2022 20:38:10 +0700 Subject: [PATCH] fix channel_last_refresh mapping for date math --- tubearchivist/home/src/es/index_mapping.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index 7270563..e3af1d8 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -37,8 +37,7 @@ "type": "text" }, "channel_last_refresh": { - "type": "date", - "format": "epoch_second" + "type": "date" }, "channel_overwrites": { "properties": { @@ -120,8 +119,7 @@ "type": "text" }, "channel_last_refresh": { - "type": "date", - "format": "epoch_second" + "type": "date" }, "channel_overwrites": { "properties": {