Your storefront encounters the SuggestedSearch entity when implementing search-as-you-type or autocomplete functionality. A SuggestedSearch holds the original query string and links to the matching SuggestedSearchEntry entities and Product entities returned by the search backend.
This entity is only used for linking. There are no defined canonical components.
SuggestedSearchEntry multi - Individual suggestion entries returned by the search.Product multi - Products matching the search query.