Introduced Product Search in beta
With the new Product Search API, you can create performant storefront search experiences for your products across Stores, Product Selections, and Standalone Prices to enhance product discoverability.
The API includes enhanced query capabilities, including compound expressions, such as AND, OR, NOT, and filter. This functionality enables you to, for instance, filter out specific products from search results or display products based on color criteria, including those with or without a color attribute.
For different types of attributes, prefix search is provided to support partial matches on Products with similar Product keys, for instance.
You can now perform full-text searches on a specific field only, instead of searching through all indexed product data. You didn't have this option before with the Product Projection Search API.
Changes:
- [API] Introduced Product Search API in public beta.
- [API] Added ProductSearchStatus to Project.
- [API] Added ProductSearchIndexingMode to Project.
- [API] Added
productsSearch
field to SearchIndexingConfiguration. - [API] Added
mode
field to Change Product Search Indexing Enabled update action on Project.