# search - storefront - QUERY Version: 2025-07 ## Description List of the search results. ### Access Scopes ## Arguments * [after](/docs/api/storefront/2025-07/scalars/String): String - Returns the elements that come after the specified cursor. * [before](/docs/api/storefront/2025-07/scalars/String): String - Returns the elements that come before the specified cursor. * [first](/docs/api/storefront/2025-07/scalars/Int): Int - Returns up to the first `n` elements from the list. * [last](/docs/api/storefront/2025-07/scalars/Int): Int - Returns up to the last `n` elements from the list. * [prefix](/docs/api/storefront/2025-07/enums/SearchPrefixQueryType): SearchPrefixQueryType - Specifies whether to perform a partial word match on the last search term. * [productFilters](/docs/api/storefront/2025-07/input-objects/ProductFilter): ProductFilter - Returns a subset of products matching all product filters. The input must not contain more than `250` values. * [query](/docs/api/storefront/2025-07/scalars/String): String! - The search query. * [reverse](/docs/api/storefront/2025-07/scalars/Boolean): Boolean - Reverse the order of the underlying list. * [sortKey](/docs/api/storefront/2025-07/enums/SearchSortKeys): SearchSortKeys - Sort the underlying list by the given key. * [types](/docs/api/storefront/2025-07/enums/SearchType): SearchType - The types of resources to search for. The input must not contain more than `250` values. * [unavailableProducts](/docs/api/storefront/2025-07/enums/SearchUnavailableProductsType): SearchUnavailableProductsType - Specifies how unavailable products or variants are displayed in the search results. ## Returns * [edges](/docs/api/storefront/2025-07/objects/SearchResultItemEdge): SearchResultItemEdge! A list of edges. * [nodes](/docs/api/storefront/2025-07/unions/SearchResultItem): SearchResultItem! A list of the nodes contained in SearchResultItemEdge. * [pageInfo](/docs/api/storefront/2025-07/objects/PageInfo): PageInfo! Information to aid in pagination. * [productFilters](/docs/api/storefront/2025-07/objects/Filter): Filter! A list of available filters. * [totalCount](/docs/api/storefront/2025-07/scalars/Int): Int! The total number of results. ## Examples