ISearchAssociatedContentOptions
Options for searching associated content for a given entity
Properties
| Property | Type | Notes |
|---|---|---|
| "related" | "connected" |
The type of association to search for (e.g., "related", "connected") |
|
| HubEntity |
The entity to search for associated content |
|
| IHubRequestOptions |
The request options to use for the search |
|
| IQuery |
The scope of the search. Must have targetEntity of "item" |
|
| Optional | string |
Which layer within the entity should be searched. Required for "connected" associations |
| Optional | number |
The number of results to return |
Interface defined in packages/common/src/search/types/ISearchAssociatedContentOptions.ts:8