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