# PredictiveSearchResult - storefront - OBJECT Version: 2024-10 ## Description A predictive search result represents a list of products, collections, pages, articles, and query suggestions that matches the predictive search query. ### Access Scopes ## Fields * [articles](/docs/api/storefront/2024-10/objects/Article): Article! - The articles that match the search query. * [collections](/docs/api/storefront/2024-10/objects/Collection): Collection! - The articles that match the search query. * [pages](/docs/api/storefront/2024-10/objects/Page): Page! - The pages that match the search query. * [products](/docs/api/storefront/2024-10/objects/Product): Product! - The products that match the search query. * [queries](/docs/api/storefront/2024-10/objects/SearchQuerySuggestion): SearchQuerySuggestion! - The query suggestions that are relevant to the search query. ## Connections ## Related queries * [predictiveSearch](/docs/api/storefront/2024-10/queries/predictiveSearch) List of the predictive search results. ## Related mutations ## Related Unions ## Examples