Home > widget-integration > InstantSearchService > processBundles
InstantSearchService.processBundles() method
Process bundle data from search response.
**Legacy**: Inline bundle processing with volumeBundleData/dynamicBundleData **New**: Delegated to bundle services (when integrated)
Signature:
protected processBundles(data: SuggestionResponse, _searchSettings: SearchSettings$1): Promise<SuggestionResponse>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
data |
Suggestion data with bundles | |
|
_searchSettings |
Search settings |
Returns:
Promise<SuggestionResponse>
Updated data with processed bundles