# predictiveSearch - storefront - QUERY Version: 2025-07 ## Description List of the predictive search results. ### Access Scopes ## Arguments * [limit](/docs/api/storefront/2025-07/scalars/Int): Int - Limits the number of results based on `limit_scope`. The value can range from 1 to 10, and the default is 10. * [limitScope](/docs/api/storefront/2025-07/enums/PredictiveSearchLimitScope): PredictiveSearchLimitScope - Decides the distribution of results. * [query](/docs/api/storefront/2025-07/scalars/String): String! - The search query. * [searchableFields](/docs/api/storefront/2025-07/enums/SearchableField): SearchableField - Specifies the list of resource fields to use for search. The default fields searched on are TITLE, PRODUCT_TYPE, VARIANT_TITLE, and VENDOR. For the best search experience, you should search on the default field set. The input must not contain more than `250` values. * [types](/docs/api/storefront/2025-07/enums/PredictiveSearchType): PredictiveSearchType - The types of resources to search for. The input must not contain more than `250` values. * [unavailableProducts](/docs/api/storefront/2025-07/enums/SearchUnavailableProductsType): SearchUnavailableProductsType - Specifies how unavailable products are displayed in the search results. ## Returns * [articles](/docs/api/storefront/2025-07/objects/Article): Article! The articles that match the search query. * [collections](/docs/api/storefront/2025-07/objects/Collection): Collection! The articles that match the search query. * [pages](/docs/api/storefront/2025-07/objects/Page): Page! The pages that match the search query. * [products](/docs/api/storefront/2025-07/objects/Product): Product! The products that match the search query. * [queries](/docs/api/storefront/2025-07/objects/SearchQuerySuggestion): SearchQuerySuggestion! The query suggestions that are relevant to the search query. ## Examples