Click or drag to resize
IAppSearchSuggestAsync Method (SearchCombinationOptions, IEnumerableString)

Returns search suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
Task<SearchSuggestionResult> SearchSuggestAsync(
	SearchCombinationOptions options,
	IEnumerable<string> terms
)

Parameters

options
Type: Qlik.EngineSearchCombinationOptions
Information about the search combinations.
terms
Type: System.Collections.GenericIEnumerableString
Term to search for.

Return Value

Type: TaskSearchSuggestionResult
See Also