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" },