From 724d2af5652c5de43dbc29acf60c3ac3eefa4c03 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 13:15:17 +0000 Subject: [PATCH] fix config --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index f61268d..f791401 100644 --- a/config.jsonc +++ b/config.jsonc @@ -174,7 +174,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "id": "type", "operator": "+", "title": "Type", - "type": {"string"}, + "type": ["string"], "filter": true, "find": true, "sort": true,