add document keys

This commit is contained in:
rlx 2019-06-24 12:20:47 +02:00
parent 099815fe61
commit bfb42a6ac2

View file

@ -251,6 +251,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "categories",
"title": "Categories",
"type": ["string"],
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "keywords",
"title": "Keywords",
@ -296,6 +305,24 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true,
"columnWidth": 256
},
{
"id": "borrowedon",
"title": "Borrowed on",
"type": "string",
"columnWidth": 128,
"find": true,
"operator": "-",
"sort": true,
},
{
"id": "borrowedby",
"title": "Borrowed by",
"type": "string",
"columnWidth": 128,
"find": true,
"operator": "-",
"sort": true,
},
{
"id": "id",
"operator": "+",