add document filter keys to config

This commit is contained in:
rlx 2019-06-24 12:44:07 +02:00
parent c8cad4305a
commit 4e73a70588

View file

@ -105,6 +105,14 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
list means it will not be included in find annotations. list means it will not be included in find annotations.
*/ */
"clipLayers": ["publicnotes", "keywords", "subtitles"], "clipLayers": ["publicnotes", "keywords", "subtitles"],
"documentFilters": [
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
{"id": "place", "sort": [{"key": "items", "operator": "-"}]},
{"id": "date", "sort": [{"key": "name", "operator": "-"}]},
{"id": "publisher", "sort": [{"key": "items", "operator": "-"}]},
{"id": "language", "sort": [{"key": "items", "operator": "-"}]}
],
"documentFiltersSize": 176,
/* /*
"documentKeys" defines the metadata associated with each document. Required keys "documentKeys" defines the metadata associated with each document. Required keys
are "*", "id" and "title". are "*", "id" and "title".