Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftedreality authored May 10, 2024
1 parent b6775b1 commit ddc2b19
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions help/live-search/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,21 @@ Look at [API Mesh](../catalog-service/mesh.md) for more complex price calculatio
The price format supports the locale configuration setting within the Commerce instance: *Stores* > Settings > *Configuration* > General > *General* > Local Options > Locale.
### Headless storefronts support
Optionally, you may need to install the module-data-services-graphql module that expands the application's existing GraphQL coverage to include fields required for storefront behavioral data collection.

```bash
composer require magento/module-data-services-graphql
```

This module adds additional contexts to GraphQL queries:

- dataServicesStorefrontInstanceContext
- dataServicesMagentoExtensionContext
- dataServicesStoreConfigurationContext


### PWA support

[!DNL Live Search] works with PWA Studio but users may see slight differences compared to other Commerce implementations. Basic functionality such as search and product listing page work in Venia but some permutations of Graphql may not work correctly. There may also be performance differences.
Expand Down

0 comments on commit ddc2b19

Please sign in to comment.