From 7c28175e9bdbd82cce5eaed83e608c619e3da52a Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 11 Aug 2025 16:41:09 +0700 Subject: [PATCH] add missing sponsorblock description field --- backend/appsettings/index_mapping.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/backend/appsettings/index_mapping.json b/backend/appsettings/index_mapping.json index 03d43deb..60c8109e 100644 --- a/backend/appsettings/index_mapping.json +++ b/backend/appsettings/index_mapping.json @@ -368,6 +368,15 @@ "category": { "type": "keyword" }, + "description": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword", + "ignore_above": 256 + } + } + }, "locked": { "type": "short" },