From 8c5bb0bc1f2cb0703fa0cc89bec56fbda997cf8f Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 6 Dec 2021 16:56:56 +0700 Subject: [PATCH] add missing mapping for playlist_last_refresh to fix empty index scan, #101 --- tubearchivist/home/src/index_management.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tubearchivist/home/src/index_management.py b/tubearchivist/home/src/index_management.py index 0ca2c40..67e0048 100644 --- a/tubearchivist/home/src/index_management.py +++ b/tubearchivist/home/src/index_management.py @@ -191,6 +191,7 @@ INDEX_CONFIG = [ }, "playlist_channel_id": {"type": "keyword"}, "playlist_thumbnail": {"type": "keyword"}, + "playlist_last_refresh": {"type": "date"}, }, "expected_set": { "analysis": {