From 661c7e9fb6691c6443279657a43e58a9086835d9 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 21 Oct 2025 12:58:15 +0100 Subject: [PATCH] document group is an array --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 04f3fad..6947895 100644 --- a/config.jsonc +++ b/config.jsonc @@ -201,7 +201,7 @@ "id": "group", "operator": "+", "title": "Group", - "type": "string", + "type": ["string"], "filter": true, "find": true, "sort": true,