GlobalSearchItem (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| date | string | Relevant calendar date for the result as ISO `YYYY-MM-DD`, when available (e.g. document/file date or, as a fallback, the creation date). Shown as secondary metadata in the global search results. |
| id* | integer | — |
| subtitle | string | — |
| title* | string | — |
Beispiel (JSON)
{
"id": 0,
"title": "string",
"subtitle": "string",
"date": "string"
}