add documentKeys

This commit is contained in:
rlx 2019-05-30 16:29:36 +02:00
parent fc2349a5de
commit 1729452b16

View file

@ -243,6 +243,41 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true, "find": true,
"sort": 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", "id": "id",
"operator": "+", "operator": "+",
@ -279,15 +314,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"format": {"type": "value", "args": ["B"]}, "format": {"type": "value", "args": ["B"]},
"columnWidth": 64 "columnWidth": 64
}, },
{
"id": "description",
"operator": "+",
"title": "Description",
"type": "text",
"find": true,
"sort": true,
"columnWidth": 256
},
{ {
"id": "matches", "id": "matches",
"operator": "-", "operator": "-",