You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The elastic field where the PID of the current FDO will be read from. Can be omitted if you don't have a PID
59
+
* The elastic field where the PID of the current result will be read from. Can be omitted if you don't have a PID
60
60
*/
61
61
pidField?: string
62
62
63
63
/**
64
-
* The elastic field where the unique identifier of the child item(s) of the current FDO will be read from. Should be an array of PIDs or otherwise unique identifiers. Will be displayed in a related items graph.
64
+
* The elastic field where the unique identifier of the child item(s) of the current result will be read from. Should be an array of PIDs or otherwise unique identifiers. Will be displayed in a related items graph.
* The elastic field where the unique identifier of the parent item(s) of the current FDO will be read from. Should be an array of PIDs or otherwise unique identifiers. Will be displayed in a related items graph.
77
+
* The elastic field where the unique identifier of the parent item(s) of the current result will be read from. Should be an array of PIDs or otherwise unique identifiers. Will be displayed in a related items graph.
78
78
*/
79
79
parentItemPidField?: string
80
80
81
81
/**
82
-
* The elastic field where the creation date of the FDO will be read from. Will be parsed as an ISO Date.
82
+
* The elastic field where the creation date of the result will be read from. Will be parsed as an ISO Date.
83
83
*/
84
84
creationDateField?: string
85
85
86
86
/**
87
-
* The elastic field where the edited date of the FDO will be read from. Will be parsed as an ISO Date.
87
+
* The elastic field where the edited date of the result will be read from. Will be parsed as an ISO Date.
0 commit comments