Get a file of search results and return a resolvable file info object. It supports mapped output to CSV, Excel or JSON, or return of raw (unmapped) search results.
The input requires a searchRestore object, which is used by the UI to restore the search state and which can be used to pass the search queries and configuration to the get results file component.
Seach restore is a JSON string within the form data (which is itself a JSON string with the request data). Get results file uses the following properties:
| searchComponent | Reference to the component that will perform the search. |
| queryFilters | Passed as filters to the query. |
| searchConfiguration | Reference to the search configuration component that will be used to look up the title and to provide result mappings. |
| componentReference | The main UI search component for this type of data, used to help interpret the results. |