SearchTermsMatched Property
Overloads
| SearchTermsMatched | List of search results. The maximum number of search results in this list is set by  JSON property name: qSearchTermsMatched | 
SearchTermsMatched
List of search results.
The maximum number of search results in this list is set by qPage/qCount .
JSON property name: qSearchTermsMatched
Declaration
      public IEnumerable<SearchMatchCombinations> SearchTermsMatched { get; set; }
    
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<SearchMatchCombinations> |