From 59e9ee7eed8afacc356804497dd7b269e44fa844 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Jul 2025 15:26:15 +0700 Subject: [PATCH] complete playlist mapping --- 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 d1bbd500..b2e57cf8 100644 --- a/backend/appsettings/index_mapping.json +++ b/backend/appsettings/index_mapping.json @@ -461,6 +461,15 @@ "playlist_description": { "type": "text" }, + "playlist_subscribed": { + "type": "boolean" + }, + "playlist_type": { + "type": "keyword" + }, + "playlist_active": { + "type": "boolean" + }, "playlist_name": { "type": "text", "analyzer": "english",