# SearchResultController
The SearchResultController
manages a search result and manages the behaviors of other actors (see parameter). A search result will be transferred to a list actor, the selection is cleared after a new search result, a triggered item action (mostly double-click) from the list will be handled, and deleted search result objects are removed from selection.
# Properties
Parent:
Actor
Type:
SearchResultController
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
itemActionLink | string | Defines a module field whose value is used as a link when opening selected objects in the detail view. |
searchActor | SearchActor | Required to listen for search result |
listActor | ListActor | Target ListActor for the search result objects |
selectionActor | SelectionActor | Source of the item action event and the target to clear selection after search or selection of deleted objects |
ignoreItemAction | boolean default: false | If set, item action has no effect |
useInCombinedSearch | boolean default: false | Determines whether the actor participates in a combined search. |