No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

useSearchResultsIncrementalResults

The useSearchResultsIncrementalResults is a helper hook used when current results should be kept on the page but also newer ones should be attached at the bottom (for instance laod more or infinite scroll capabilities).

Return Value

Array<any>

Importing

import { useSearchResultsIncrementalResults } from '@sitecore-search/react';

Usage

const results = useSearchResultsIncrementalResults();