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.SiteSearchResult

Site search result.
Property Name Type Description Available Version
currentPageToken String Token for the current page of search results. 54.0
currentPageUrl String URL to the current page of search results. 54.0
items List<ConnectApi.​SiteSearchItem> Collection of search result items. 54.0
language String Language of the search results. 54.0
nextPageToken String Token for the next page of search results. 54.0
nextPageUrl String URL to the next page of search results, or null if there isn’t a next page. 54.0
pageSize Integer Number of items per page in search results. 54.0
previousPageToken String Token for the previous page of search results. 54.0
previousPageUrl String URL to the previous page of search results, or null if there isn’t a previous page. 54.0
totalItems Integer Total number of items in the search results across all pages. 54.0