SearchAssociations Method
Overloads
| SearchAssociations(SearchCombinationOptions, IEnumerable<String>, SearchPage) | Returns the search matches for one or more search terms. The search results depend on the search context. 
               SearchMatchCombinationsPlease refer to Engine API reference for table definition. | 
SearchAssociations(SearchCombinationOptions, IEnumerable<String>, SearchPage)
Returns the search matches for one or more search terms.
The search results depend on the search context.
      SearchCombinationOptions
    
SearchMatchCombinations
Please refer to Engine API reference for table definition.
Declaration
      [Obsolete("Use _SearchResults_ method instead")]
SearchAssociationResult SearchAssociations([QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qPage")] SearchPage page)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| SearchCombinationOptions | options | Information about the search fields and the search context. | 
| System.Collections.Generic.IEnumerable<System.String> | terms | List of terms to search for. | 
| SearchPage | page | Array of pages to retrieve. | 
Returns
| Type | Description | 
|---|---|
| SearchAssociationResult |