Hello,
I am attempting to retrieve 3 results back for a vertical search query using Answers Core and then get the next 3 on a subsequent call.
const vSearchResults = await core.verticalSearch({
query: '',
verticalKey: 'products',
retrieveFacets: true,
limit: 3,
facets
})
Is there an easy way to do this?
Thanks.