Click or drag to resize
IAppSearchAssociationsAsyncT Method (AsyncHandle, FuncResponse, T, SearchCombinationOptions, IEnumerableString, SearchPage)

Returns the search matches for one or more search terms.

The search results depend on the search context.

See: SearchCombinationOptions

This type of search is also called smart search.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> SearchAssociationsAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	SearchCombinationOptions options,
	IEnumerable<string> terms,
	SearchPage page
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
options
Type: Qlik.EngineSearchCombinationOptions
Information about the search fields and the search context.
terms
Type: System.Collections.GenericIEnumerableString
List of terms to search for.
page
Type: Qlik.EngineSearchPage
Array of pages to retrieve. This parameter is mandatory.

Type Parameters

T

Return Value

Type: TaskT
See Also