--- title: SearchPrefixQueryType - Storefront API description: Specifies whether to perform a partial word match on the last search term. api_version: 2024-10 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/enums/SearchPrefixQueryType' md: >- https://shopify.dev/docs/api/storefront/2024-10/enums/SearchPrefixQueryType.txt --- # Search​Prefix​Query​Type enum Specifies whether to perform a partial word match on the last search term. ## Valid values * LAST Perform a partial word match on the last search term. * NONE Don't perform a partial word match on the last search term. *** ## Fields * [Query​Root.​search](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-search) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [search.​prefix](https://shopify.dev/docs/api/storefront/2024-10/queries/search#field-prefix) QUERY *** ## Map ### Queries with this enum * \[search.prefix](https://shopify.dev/docs/api/storefront/2024-10/queries/search#field-prefix) ### Arguments with this enum * <-|[Query​Root.search(prefix)](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-search)