--- 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.​predictive​Search](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) QUERY *** ## Map ### Queries with this enum * \[predictive​Search.types](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-types) ### Arguments with this enum * <-|[Query​Root.predictiveSearch(types)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.types)