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

  • SuggestedSearchEntries SuggestedSearchEntry multi - Individual suggestion entries returned by the search.
  • SuggestedSearchProducts Product multi - Products matching the search query.