Skip to main content

RecommendationsResultsOptions

Extends​

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​

ParameterType
datasource?string

Returns​

void

Inherited from​

TabbedSearchOptions.onDatasourceChange