Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit e401ec7

Browse files
committed
restored backticks
restored backticks
1 parent 7b6a945 commit e401ec7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/live-search/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Live Search is a set of standalone meta packages that replaces standard {{site.d
1212
- [Updating Live Search](#updating-live-search)
1313
- [Uninstalling Live Search](#uninstalling-live-search)
1414

15-
|**Package**|**Description**|
15+
|Package|Description|
1616
|---|---|
17-
|```module-live-search```|Allows merchants to configure their search settings for faceting, synonyms, query rules, etc., and provides access to a read-only GraphQL playground to test queries from the {{site.data.var.ee}} Admin. |
18-
|```module-live-search-adapter```|Routes search requests from the storefront to the Live Search service and renders the results in the storefront. <br />- Category browse - Routes requests from the storefront [top navigation](https://docs.magento.com/user-guide/catalog/navigation-top.html) to the search service.<br />- Global search - Routes requests from the [quick search](https://docs.magento.com/user-guide/catalog/search-quick.html) box in the upper-right of the storefront to the Live Search service.|
19-
|```module-live-search-storefront-popover```|A "search as you type" popover replaces the standard quick search and returns dynamic product suggestions and thumbnails of top search results.|
17+
|`module-live-search`|Allows merchants to configure their search settings for faceting, synonyms, query rules, etc., and provides access to a read-only GraphQL playground to test queries from the {{site.data.var.ee}} Admin. |
18+
|`module-live-search-adapter`|Routes search requests from the storefront to the Live Search service and renders the results in the storefront. <br />- Category browse - Routes requests from the storefront [top navigation](https://docs.magento.com/user-guide/catalog/navigation-top.html) to the search service.<br />- Global search - Routes requests from the [quick search](https://docs.magento.com/user-guide/catalog/search-quick.html) box in the upper-right of the storefront to the Live Search service.|
19+
|`module-live-search-storefront-popover`|A "search as you type" popover replaces the standard quick search and returns dynamic product suggestions and thumbnails of top search results.|
2020

2121
## Requirements
2222

@@ -224,6 +224,6 @@ The following Live Search dependencies are captured by Composer:
224224

225225
|Dependency|Description|
226226
|---|---|
227-
|Export modules|The following modules collect and sync catalog data:<br />```saas-export```<br />```module-bundle-product-exporter```<br />```module-catalog-data-exporter```<br />```module-catalog-inventory-data-exporter```<br />```module-catalog-url-rewrite-data-exporter```<br />```module-configurable-product-data-exporter```<br />```module-data-exporter```<br />```module-parent-product-data-exporter```|
228-
|```services-connector```|Required to configure your connection to Commerce Services.|
229-
|```module-services-id```|Required to configure your connection to Commerce Services.|
227+
|Export modules|The following modules collect and sync catalog data:<br />`saas-export`<br />`module-bundle-product-exporter`<br />`module-catalog-data-exporter`<br />`module-catalog-inventory-data-exporter`<br />`module-catalog-url-rewrite-data-exporter`<br />`module-configurable-product-data-exporter`<br />`module-data-exporter`<br />`module-parent-product-data-exporter`|
228+
|`services-connector`|Required to configure your connection to Commerce Services.|
229+
|`module-services-id`|Required to configure your connection to Commerce Services.|

0 commit comments

Comments
 (0)