--- title: SearchableField - Storefront API description: Specifies the list of resource fields to search. api_version: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/enums/SearchableField md: https://shopify.dev/docs/api/storefront/unstable/enums/SearchableField.md --- # Searchable​Field enum Specifies the list of resource fields to search. ## Valid values * AUTHOR Author of the page or article. * BODY Body of the page or article or product description or collection description. * PRODUCT\_​TYPE Product type. * TAG Tag associated with the product or article. * TITLE Title of the page or article or product title or collection title. * VARIANTS\_​BARCODE Variant barcode. * VARIANTS\_​SKU Variant SKU. * VARIANTS\_​TITLE Variant title. * VENDOR Product vendor. *** ## Fields * [Query​Root.​predictive​Search](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.searchableFields) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [predictive​Search.​searchable​Fields](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-searchableFields) QUERY *** ## Map ### Queries with this enum * \[predictive​Search.searchableFields](https://shopify.dev/docs/api/storefront/unstable/queries/predictiveSearch#arguments-searchableFields) ### Arguments with this enum * <-|[Query​Root.predictiveSearch(searchableFields)](https://shopify.dev/docs/api/storefront/unstable/objects/QueryRoot#field-QueryRoot.fields.predictiveSearch.arguments.searchableFields)