IAppSearchAssociationsAsync Method (SearchCombinationOptions, IEnumerableString, SearchPage, AsyncHandle) |
Searches for one or more terms in the values of an app.
This type of search is the global associative search.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<SearchAssociationResult> SearchAssociationsAsync(
SearchCombinationOptions options,
IEnumerable<string> terms,
SearchPage page,
AsyncHandle asyncHandle = null
)
Function SearchAssociationsAsync (
options As SearchCombinationOptions,
terms As IEnumerable(Of String),
page As SearchPage,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of SearchAssociationResult)
Parameters
- options
- Type: Qlik.EngineSearchCombinationOptions
Information about the search fields. - terms
- Type: System.Collections.GenericIEnumerableString
List of terms to search for. - page
- Type: Qlik.EngineSearchPage
Array of pages to retrieve.
This parameter is mandatory. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskSearchAssociationResultSee Also