--- title: PredictiveSearchType - Storefront API description: The types of search items to perform predictive search on. api_version: 2025-01 api_name: storefront type: enum api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/enums/predictivesearchtype md: https://shopify.dev/docs/api/storefront/2025-01/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/2025-01/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/2025-01/queries/predictiveSearch#arguments-types) ARGUMENT *** ## Map ### Arguments with this enum * <-|[Query​Root.predictiveSearch(types)](https://shopify.dev/docs/api/storefront/2025-01/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.types) * <-|[predictive​Search.types](https://shopify.dev/docs/api/storefront/2025-01/queries/predictiveSearch#arguments-types)