You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/live-search/install.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Live Search is a set of standalone meta packages that replaces standard {{site.d
12
12
-[Updating Live Search](#updating-live-search)
13
13
-[Uninstalling Live Search](#uninstalling-live-search)
14
14
15
-
|**Package**|**Description**|
15
+
|Package|Description|
16
16
|---|---|
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.|
20
20
21
21
## Requirements
22
22
@@ -224,6 +224,6 @@ The following Live Search dependencies are captured by Composer:
224
224
225
225
|Dependency|Description|
226
226
|---|---|
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