--- title: PredictiveSearchType - Storefront API description: The types of search items to perform predictive search on. api_version: unstable api_name: storefront source_url: html: 'https://shopify.dev/docs/api/storefront/unstable/enums/PredictiveSearchType' md: >- https://shopify.dev/docs/api/storefront/unstable/enums/PredictiveSearchType.md --- # Predictive​Search​Type enum The types of search items to perform predictive search on. ## Valid values * ARTICLE Returns matching articles. * COLLECTION Returns matching collections. * PAGE Returns matching pages. * PRODUCT Returns matching products. * QUERY Returns matching query strings. *** ## Fields * [Query​Root.predictiveSearch(types)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.types) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [predictive​Search.types](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-types) ARGUMENT *** ## Map ### Arguments with this enum * <-|[Query​Root.predictiveSearch(types)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.types) * <-|[predictive​Search.types](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-types)