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