---
title: SearchFilter - GraphQL Admin
description: A filter in a search query represented by a key value pair.
api_version: 2026-04
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'
api_name: admin
api_type: graphql
type: object
metadata:
  domain: admin
---

# 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)
