--- title: PredictiveSearchLimitScope - Storefront API description: Decides the distribution of results. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/PredictiveSearchLimitScope md: https://shopify.dev/docs/api/storefront/unstable/enums/PredictiveSearchLimitScope.md --- # Predictive​Search​Limit​Scope enum Decides the distribution of results. ## Valid values * ALL Return results up to limit across all types. * EACH Return results up to limit per type. *** ## Fields * [Query​Root.​predictive​Search](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.limitScope) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [predictive​Search.​limit​Scope](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-limitScope) QUERY *** ## Map ### Queries with this enum * \[predictive​Search.limitScope](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-limitScope) ### Arguments with this enum * <-|[Query​Root.predictiveSearch(limitScope)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.limitScope)