---
title: >-
  Storefront search now supports product suggestions with the Predictive Search
  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/storefront-search-now-supports-product-suggestions-with-the-predictive-search-api
  md: >-
    https://shopify.dev/changelog/storefront-search-now-supports-product-suggestions-with-the-predictive-search-api.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2019-06-19T14:08:54-04:00'
  postedAt: '2019-06-19T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:54-05:00'
  effectiveAt: '2019-06-19T00:00:00-04:00'
---

June 19, 2019

Tags:

* API

# Storefront search now supports product suggestions with the Predictive Search API

You can now add product suggestions to storefront search by using the Predictive Search API. This shows matching products to customers immediately as they start entering search queries, and lets them easily view the related product pages by selecting items from the search menu.

***

You can access predictive search results by making requests to the `/search/suggest.json?` endpoint in the Shopify Ajax API. Using this method displays products faster than rendering the suggested search results separately with Liquid.

Predictive search is supported for themes that use the following theme languages:

* Danish
* Dutch
* English
* French
* German
* Italian
* Portuguese
* Spanish

To learn more about how product suggestions are generated and how to implement them in your theme, see [*Predictive search*](https://help.shopify.com/en/themes/development/predictive-search) in the Shopify Help Center.
