add missing mapping for playlist_last_refresh to fix empty index scan, #101

This commit is contained in:
simon
2021-12-06 16:56:56 +07:00
parent 5c26be43e6
commit 8c5bb0bc1f

View File

@@ -191,6 +191,7 @@ INDEX_CONFIG = [
},
"playlist_channel_id": {"type": "keyword"},
"playlist_thumbnail": {"type": "keyword"},
"playlist_last_refresh": {"type": "date"},
},
"expected_set": {
"analysis": {