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

Returns search terms suggestions.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<SearchSuggestionResult> SearchSuggestAsync(
	SearchCombinationOptions options,
	IEnumerable<string> terms
)

Parameters

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

Return Value

Type: TaskSearchSuggestionResult
See Also