-
Notifications
You must be signed in to change notification settings - Fork 48
DEVDOCS-6385 - Multi-lang text search #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
New page describing textual search in multiple languages via GraphQL
--- | ||
title: Multi-language Product Search with GraphQL | ||
description: Learn how to perform product searches in multiple languages using the Storefront GraphQL API. | ||
keywords: multi language, graphql, product search, translations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to read sentence (confidence: 4/7) retext-readability
retext-readability
- Translated product names and descriptions | ||
- Multi-language settings enabled in the BigCommerce admin | ||
|
||
When these are set, the Storefront GraphQL API automatically returns product search results in the shopper's preferred language, determined by the `Accept-Language` HTTP header or customer settings. If no preference is provided, the store's default language is used. The API uses the request's locale to select the correct translations for product fields, so no special query arguments are needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to read sentence (confidence: 4/7) retext-readability
retext-readability
|
||
## Learn More | ||
|
||
- [Faceted Textual Search](./faceted-textual-search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to ./faceted-textual-search is dead no-dead-urls
remark-lint
|
||
## Learn More | ||
|
||
- [Faceted Textual Search](./faceted-textual-search) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to unknown file: faceted-textual-search
missing-file
remark-validate-links
New page describing textual search in multiple languages via GraphQL
DEVDOCS-6385
What changed?
Release notes draft
Anything else?
ping { @bigcommerce/dev-docs-team }