---
title: >-
  Search and predictive search are now available on Storefront API - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/search-and-predictive-search-are-now-available-on-storefront-api
  md: >-
    https://shopify.dev/changelog/search-and-predictive-search-are-now-available-on-storefront-api.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2023-03-06T16:14:33-05:00'
  postedAt: '2023-07-01T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:11-05:00'
  effectiveAt: '2023-07-01T00:00:00-04:00'
---

July 1, 2023

Tags:

* API

# Search and predictive search are now available on Storefront API

You can now use `search` and `predictiveSearch` queries in the GraphQL Storefront API to enable natural language search on your custom storefronts.

The [search](https://shopify.dev/docs/api/storefront/latest/queries/search) API returns the most releavant search results among product, page and article resource types. Merchants can use the [Shopify Search & Discovery app](https://apps.shopify.com/search-and-discovery) to change the default value of the resource types and customize search results.

The [predictiveSearch](https://shopify.dev/docs/api/storefront/latest/queries/predictiveSearch) API helps you implement a predictive search dropdown interface where suggested results are displayed immediately as buyers type into the search bar.

Learn more about new search APIs on [Shopify.dev](https://shopify.dev/docs/custom-storefronts/building-with-the-storefront-api/search-discovery).
