From 1729452b16c29051479aac1b038fcaa88d1bcf6c Mon Sep 17 00:00:00 2001 From: rlx Date: Thu, 30 May 2019 16:29:36 +0200 Subject: [PATCH] add documentKeys --- config.jsonc | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) diff --git a/config.jsonc b/config.jsonc index 513c28d..886b485 100644 --- a/config.jsonc +++ b/config.jsonc @@ -243,6 +243,41 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "isbn", + "title": "ISBN", + "type": "string", + "columnWidth": 128, + "find": true, + "sort": true + }, + { + "id": "keywords", + "title": "Keywords", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, + { + "id": "description", + "operator": "+", + "title": "Description", + "type": "text", + "find": true, + "sort": true, + "columnWidth": 256 + }, + { + "id": "comments", + "operator": "+", + "title": "Comments", + "type": "text", + "find": true, + "sort": true, + "columnWidth": 256 + }, { "id": "id", "operator": "+", @@ -279,15 +314,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "format": {"type": "value", "args": ["B"]}, "columnWidth": 64 }, - { - "id": "description", - "operator": "+", - "title": "Description", - "type": "text", - "find": true, - "sort": true, - "columnWidth": 256 - }, { "id": "matches", "operator": "-",