--- title: SearchFilter - GraphQL Admin description: A filter in a search query represented by a key value pair. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/SearchFilter md: https://shopify.dev/docs/api/admin-graphql/latest/objects/SearchFilter.md --- # Search​Filter object A filter in a search query represented by a key value pair. ## Fields * key [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The key of the search filter. * value [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The value of the search filter. *** ## Map ### Fields with this object * {}[SavedSearch.filters](https://shopify.dev/docs/api/admin-graphql/latest/objects/SavedSearch#field-SavedSearch.fields.filters)