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 related items 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.
62
+
* 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.
63
63
*/
64
-
relatedItemPidsField?: string
64
+
childItemPidField?: string
65
65
66
66
/**
67
67
* Options for prefetching of related items in the relations graph. It is recommended to define this if the default settings don't work properly.
* The elastic field where the unique identifier of the parent item (metadata item) of the current FDO will be read from. Will be accessible via a `Find Metadata` button
75
+
* 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.
73
76
*/
74
77
parentItemPidField?: string
75
78
@@ -112,12 +115,12 @@ export function GenericResultView({
0 commit comments