From 160676acc17d3217fa46daf273b9caebe5046dd1 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 27 Jan 2022 21:56:48 +0700 Subject: [PATCH] add mapping for channel_tvart_url --- tubearchivist/home/src/es/index_mapping.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index db413fb..3272ed3 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -25,6 +25,10 @@ "type": "keyword", "index": false }, + "channel_tvart_url": { + "type": "keyword", + "index": false + }, "channel_thumb_url": { "type": "keyword", "index": false @@ -84,6 +88,10 @@ "type": "keyword", "index": false }, + "channel_tvart_url": { + "type": "keyword", + "index": false + }, "channel_thumb_url": { "type": "keyword", "index": false