From 3b765c4a98ca4618623547b3d55946db8af5c5b0 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 20 Nov 2019 14:08:10 +0100 Subject: [PATCH] add name field --- config.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.jsonc b/config.jsonc index ba43a83..7975f0c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -509,6 +509,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true, "sortType": "person" }, + { + "id": "name", + "title": "Name", + "type": ["string"], + "autocomplete": true, + "find": true + }, { "id": "country", "title": "Country",