RecommendationsResultsOptions
Extends
Pick<TabbedSearchOptions,"hideDatasourceFilter"|"onDatasourceChange">
Extended by
Properties
hideDatasourceFilter?
optional hideDatasourceFilter?: boolean;
If true, hide the datasource filter in the righthand column of the search results page.
Inherited from
TabbedSearchOptions.hideDatasourceFilter
onDatasourceChange?
optional onDatasourceChange?: (datasource?) => void;
A callback invoked when the user changes search tabs to a different
datasource. If undefined, all datasources are shown.
Parameters
| Parameter | Type |
|---|---|
datasource? | string |
Returns
void