--- title: SearchQuerySuggestion - Storefront API description: A search query suggestion. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/objects/SearchQuerySuggestion md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/SearchQuerySuggestion.txt --- # Search​Query​Suggestion object A search query suggestion. ## Fields * styled​Text [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The text of the search query suggestion with highlighted HTML tags. * text [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The text of the search query suggestion. * tracking​Parameters [String](https://shopify.dev/docs/api/storefront/2024-10/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/2024-10/objects/PredictiveSearchResult#field-queries) *** ## Interfaces * [Trackable](https://shopify.dev/docs/api/storefront/2024-10/interfaces/Trackable) interface *** ## ||-SearchQuerySuggestion Implements ### Implements * ||-[Trackable](https://shopify.dev/docs/api/storefront/2024-10/interfaces/Trackable)