Skip to content

Commit 271aa8c

Browse files
committed
docs(search): ES-5868 Enhance multi-language support description
Updated the documentation to clarify that the Storefront GraphQL API supports product search, filters, and facets in multiple languages, ensuring product information is returned in the shopper's preferred language based on the Accept-Language HTTP header or customer settings.
1 parent 86f56a9 commit 271aa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storefront/headless/products/faceted-textual-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ If you sort by price, the products sort by either their `salePrice` or `basePric
235235

236236
### Multi-language Product Search
237237

238-
The Storefront GraphQL API supports product search in multiple languages. When multi-language is enabled and translations are provided in the BigCommerce admin, the API returns product names, descriptions, and search keywords in the shoppers preferred language—determined by the `Accept-Language` HTTP header or customer settings.
238+
The Storefront GraphQL API supports product search, filters and facets in multiple languages. When multi-language is enabled and translations are provided in the BigCommerce GraphQL admin, the Storefront GraphQL API returns product information in the shopper's preferred language—determined by the `Accept-Language` HTTP header or customer settings.
239239

240240
**Searchable fields include:**
241241
- Product name

0 commit comments

Comments
 (0)