From 3df1df8b5a842fad9f83d336b0469d1a55e70886 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 12 Apr 2022 17:45:06 +0700 Subject: [PATCH] set explicit mappings for sponsorblock key --- tubearchivist/home/src/es/index_mapping.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index 9a0ee47..3abf2c1 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -218,6 +218,19 @@ "index": false } } + }, + "sponsorblock": { + "properties": { + "last_refresh": { + "type": "date" + }, + "has_unlocked": { + "type": "boolean" + }, + "is_enabled": { + "type": "boolean" + } + } } }, "expected_set": {