SearchResults method
Returns the search matches for one or more search terms. Search results are organized in search groups. The type of search group indicates where the search matches come from (from data for example). Each search group contains search results that correspond to a combination of search terms. For example, if the search terms are organic , pasta , and America , the possible combination of search groups are:
- organic
- pasta
- America
- organic, pasta, America
- organic, pasta
- organic, America
- pasta, America
For every search group, there are one or more search group items. Each subgroup item contains results that correspond to an item type (for example a field). For every search group item, there are one or several search matches. The position of the match in each search result is given.
Parameters
Name | Description | Mandatory | Type |
---|---|---|---|
qOptions |
Information about the search combinations. |
Yes | SearchCombinationOptions |
qTerms |
Terms to search for. |
Yes | Array of String |
qPage |
Array of pages to retrieve. |
Yes | SearchPage |
Returns
Name | Description | Type |
---|---|---|
qResult |
List of search results. |
SearchResult |
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!