From d3b9d87c435c1216b6d13ca06ba414c97d26d472 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 30 Jun 2023 16:48:51 +0530 Subject: [PATCH] fix annotation title, no startswith for annotations --- pandora/config.padma.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 867d92ab0..e4c3a3cfc 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -618,7 +618,7 @@ { "id": "annotations", "title": "Annotations", - "type": "string", // fixme: not the best type for this magic key + "type": "text", // fixme: not the best type for this magic key "find": true }, { @@ -656,7 +656,7 @@ }, { "id": "numberofannotations", - "title": "Annotations", + "title": "Number of Annotations", "type": "integer", "columnWidth": 60, "sort": true