update document metadata

This commit is contained in:
j 2019-04-18 11:42:23 +02:00
commit 791e7600b7
2 changed files with 693 additions and 9 deletions

View file

@ -162,9 +162,9 @@
"columnWidth": 256
},
{
"id": "type",
"id": "format",
"operator": "+",
"title": "Type",
"title": "Format",
"type": "string",
"filter": true,
"find": true,
@ -195,6 +195,17 @@
"autocomplete": true,
"columnWidth": 256
},
{
"id": "group",
"operator": "+",
"title": "Group",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "place",
"title": "Place",
@ -220,13 +231,6 @@
"find": true,
"sort": true
},
{
"id": "edition",
"title": "Edition",
"type": "string",
"columnWidth": 128,
"find": true
},
{
"id": "language",
"title": "Language",
@ -236,6 +240,50 @@
"find": true,
"sort": true
},
{
"id": "movement",
"operator": "+",
"title": "Related Social Movement",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "event",
"operator": "+",
"title": "Key Events",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "associatedgroups",
"operator": "+",
"title": "Associated groups",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "tags",
"operator": "+",
"title": "Tags",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "id",
"operator": "+",