Ask a question to get started
Enter to sendā¢Shift+Enter new line
Processes the response data from the SearchApi search request and converts it into an array of Documents.
processResponseData(data: Record<string, unknown>): Document<Record<string, any>>[]
data
Record<string, unknown>
The response data from the SearchApi search request.