--- title: SearchQuerySuggestion - Storefront API description: A search query suggestion. api_version: unstable api_name: storefront source_url: html: >- https://shopify.dev/docs/api/storefront/unstable/objects/SearchQuerySuggestion md: >- https://shopify.dev/docs/api/storefront/unstable/objects/SearchQuerySuggestion.md --- # Search​Query​Suggestion object A search query suggestion. ## Fields * styled​Text [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The text of the search query suggestion with highlighted HTML tags. * text [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null The text of the search query suggestion. * tracking​Parameters [String](https://shopify.dev/docs/api/storefront/unstable/scalars/String) URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. *** ## Map ### Fields with this object * {}[PredictiveSearchResult.queries](https://shopify.dev/docs/api/storefront/unstable/objects/PredictiveSearchResult#field-PredictiveSearchResult.fields.queries) *** ## Interfaces * [Trackable](https://shopify.dev/docs/api/storefront/unstable/interfaces/Trackable) interface *** ## ||-SearchQuerySuggestion Implements ### Implements * ||-[Trackable](https://shopify.dev/docs/api/storefront/unstable/interfaces/Trackable)