Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ScopedSearchResults

Keyword search results for an object.
Property Name Type Description Available Version
metadata ConnectApi.​ObjectMetadata All search metadata associated with the object. 63.0
objectQueryInfo ConnectApi.​ObjectQueryInfo Query execution information for the object. 64.0
queryId String Unique identifier assigned to a search query to enable tracking usage and analysis of user interactions with search results. 65.0
results List<ConnectApi.​SearchResult> Record results for the keyword search. 64.0
searchObject ConnectApi.​SearchObject Record results for the keyword search. In version 64.0 and later, use results for record results. 63.0 only