update document metadata

This commit is contained in:
j 2024-02-26 12:14:42 +00:00
commit eb0e8a4aa7
2 changed files with 211 additions and 7 deletions

View file

@ -163,9 +163,9 @@
"columnWidth": 256
},
{
"id": "type",
"id": "format",
"operator": "+",
"title": "Type",
"title": "Format",
"type": "string",
"filter": true,
"find": true,
@ -173,6 +173,17 @@
"autocomplete": true,
"columnWidth": 128
},
{
"id": "publication",
"operator": "+",
"title": "Publication",
"type": "string",
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "author",
"operator": "+",
@ -185,6 +196,17 @@
"autocomplete": true,
"columnWidth": 256
},
{
"id": "group",
"operator": "+",
"title": "Group",
"type": "string",
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "publisher",
"operator": "+",
@ -196,6 +218,24 @@
"autocomplete": true,
"columnWidth": 256
},
{
"id": "source",
"operator": "+",
"title": "Source",
"type": "string",
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "links",
"title": "Links",
"type": ["string"],
"columnWidth": 180,
"find": true
},
{
"id": "place",
"title": "Place",
@ -205,6 +245,15 @@
"find": true,
"sort": true
},
{
"id": "space",
"title": "Space",
"type": ["string"],
"columnWidth": 128,
"filter": true,
"find": true,
"sort": true
},
{
"id": "date",
"title": "Date",
@ -223,11 +272,21 @@
"sort": true
},
{
"id": "edition",
"title": "Edition",
"id": "volume",
"title": "Volume",
"type": "string",
"columnWidth": 128,
"find": true
"find": true,
"additionalSort": [{"key": "issue", "operator": "-"}],
"sort": true
},
{
"id": "issue",
"title": "Issue",
"type": "string",
"columnWidth": 128,
"find": true,
"sort": true
},
{
"id": "language",
@ -238,6 +297,61 @@
"find": true,
"sort": true
},
{
"id": "movement",
"operator": "+",
"title": "Social Movements",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "event",
"operator": "+",
"title": "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": "relatedpeople",
"operator": "+",
"title": "Related people",
"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": "+",
@ -516,6 +630,7 @@
"id": "year",
"title": "Year",
"type": "string",
"additionalSort": [{"key": "date", "operator": "+"}],
"autocomplete": true,
"columnWidth": 60,
"filter": true,