Click or drag to resize
IAppSearchSuggest Method

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
SearchSuggestionResult SearchSuggest(
	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: SearchSuggestionResult
See Also