add year filter

This commit is contained in:
j 2019-06-11 12:23:37 +01:00
parent 84f7506215
commit c3840970c4
1 changed files with 11 additions and 0 deletions

View File

@ -242,6 +242,17 @@
"filter": true,
"sort": true
},
{
"id": "year",
"title": "Year",
"type": "string",
"autocomplete": true,
"columnWidth": 60,
"filter": true,
"find": true,
"sort": true,
"value": {"key": "date", "type": "map", "map": "^(\\d{4})"}
},
{
"id": "series",
"title": "Series",