| aggregationCriteriaFieldset |
String[] |
Fields that you select in the search criteria configuration as the basis
for querying data. |
Optional |
58.0 |
| freeTextFieldName |
String |
Name of the search criteria field used by the user for the
search. |
Optional |
58.0 |
| fetchAllRecordIds |
Boolean |
When set to true, returns up to
2,000 matching record IDs in a single response. When enabled:
-
searchResultFields returns an empty
array
-
searchResultRecords contains only
record IDs (one per row.)
-
pageNumber, pageSize, offset, summary, and
mapData are omitted.
When set to false or omitted,
standard pagination applies. |
Optional |
67.0 |
| globalSearchTerm |
String |
The keyword that you use to perform a comprehensive search across all
text-indexed columns of the specified object. |
Optional |
61.0 |
| latitude |
Double |
User's latitude that’s used to find search results within a certain
distance from the user’s location. |
Optional |
58.0 |
| longitude |
Double |
User's longitude that’s used to find search results within a certain
distance from the user’s location. |
Optional |
58.0 |
| offset |
Integer |
Number of records to skip before searching for records. The default value
is 0. |
Optional |
61.0 |
| pageNumber |
Integer |
Number of the page you want returned. If you don’t specify a value, the
first page is returned by default. |
Optional |
58.0 |
| pageSize |
Integer |
Number of search result records on each page. |
Optional |
58.0 |
| searchCriteria |
Unified Object Search Criteria[] |
Name of the search criteria configuration. |
Optional |
58.0 |
| searchCriteriaConfigurationName |
String |
Name of the search definition. |
Optional |
58.0 |
| sortingCriteriaFieldset |
Unified Object Search Sort By Field[] |
Details of the fields that you use to sort the search results. |
Required |
58.0 |