Skip to main content Skip to complementary content

SearchSuggestAsync Method

Overloads

SearchSuggestAsync(SearchCombinationOptions, IEnumerable<String>)

Returns search terms suggestions.

Declaration

      public Task<SearchSuggestionResult> SearchSuggestAsync([QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms)
    

Parameters

Type Name Description
SearchCombinationOptions options

Information about the search combinations.

System.Collections.Generic.IEnumerable<System.String> terms

Terms to search for.

Returns

Type Description
System.Threading.Tasks.Task<SearchSuggestionResult>

Implements

SearchSuggestAsync(AsyncHandle, SearchCombinationOptions, IEnumerable<String>)

Returns search terms suggestions.

Declaration

      public Task<SearchSuggestionResult> SearchSuggestAsync(AsyncHandle asyncHandle, [QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

SearchCombinationOptions options

Information about the search combinations.

System.Collections.Generic.IEnumerable<System.String> terms

Terms to search for.

Returns

Type Description
System.Threading.Tasks.Task<SearchSuggestionResult>

Implements

SearchSuggestAsync<T>(AsyncHandle, Func<Response, T>, SearchCombinationOptions, IEnumerable<String>)

Returns search terms suggestions.

Declaration

      public Task<T> SearchSuggestAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

SearchCombinationOptions options

Information about the search combinations.

System.Collections.Generic.IEnumerable<System.String> terms

Terms to search for.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!