Entities
SuggestedSearch
SuggestedSearch entity - components, queries, links, and related actions
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.
Queries
- SuggestedSearchSearchQuery - Retrieve suggested search results for a query string.
Links
- SuggestedSearchEntries
SuggestedSearchEntrymulti- Individual suggestion entries returned by the search. - SuggestedSearchProducts
Productmulti- Products matching the search query.