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

Commit 5a738c2

Browse files
authored
Merge pull request #2685 from magento-commerce/devdocs/pull/2685
Live search redirects
2 parents e95804a + f1b1a9e commit 5a738c2

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

src/_data/toc/live-search.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ pages:
44
url: /live-search/overview.html
55
versionless: true
66

7-
- label: Install Live Search
8-
url: /live-search/install.html
9-
versionless: true
10-
117
- label: Storefront Popover
128
url: /live-search/storefront-popover.html
139
versionless: true
@@ -45,7 +41,3 @@ pages:
4541
- label: Events
4642
url: /live-search/events.html
4743
versionless: true
48-
49-
- label: Release Notes
50-
url: /live-search/release-notes.html
51-
versionless: true

src/live-search/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
group: live-search
33
title: Install Live Search
44
ee_only: True
5-
redirect_from:
6-
- /live-search/config-connect.html
5+
redirect_from: /live-search/config-connect.html
6+
redirect_to: https://docs.magento.com/user-guide/live-search/install.html
77
---
88

9-
Live Search is a set of standalone meta packages that replaces standard {{site.data.var.ce}} and {{site.data.var.ee}} search capabilities. This topic provides instructions to do the following:
9+
Live Search is a set of standalone meta packages that replaces standard {{site.data.var.ce}} and {{site.data.var.ee}} search capabilities. This topic provides instructions to do the following:
1010

1111
- [Installing Live Search](#before-you-begin) (Methods 1 and 2)
1212
- [Updating Live Search](#updating-live-search)

src/live-search/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Live Search is deployed as a service. The {{site.data.var.ee}} side includes hos
1717
![Live Search architecture diagram]({{ page.baseurl }}/live-search/images/architecture-diagram.svg)
1818
_Live Search architecture_
1919

20-
After the Live Search module (with catalog modules as dependencies) is installed and configured, {{site.data.var.ee}} begins sharing search and catalog data with SaaS services. At this point, Admin users can set up, customize, and manage search facets, synonyms, and merchandising rules.
20+
After the Live Search module (with catalog modules as dependencies) is [installed and configured]({{ site.user_guide_url }}/live-search/install.html), {{site.data.var.ee}} begins sharing search and catalog data with SaaS services. At this point, Admin users can set up, customize, and manage search facets, synonyms, and merchandising rules.

src/live-search/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
group: live-search
33
title: Live Search Release Notes
44
ee_only: True
5+
redirect_to: https://docs.magento.com/user-guide/live-search/release-notes.html
56
---
67

78
These release notes describe the latest versions of Live Search and include:
@@ -55,5 +56,4 @@ To learn more:
5556

5657
- [{{site.data.var.ee}} Developer Documentation]({{ site.baseurl }}/live-search/overview.html)
5758
- [{{site.data.var.ee}} User Guide]({{ site.user_guide_url }}/live-search/overview.html)
58-
- [Support Knowledge Base](https://support.magento.com/hc/en-us)
5959
- [Live Search on Marketplace](https://marketplace.magento.com/magento-live-search.html)

src/live-search/storefront-popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ group: live-search
33
title: Storefront Popover
44
ee_only: True
55
---
6-
When Live Search is installed, a popover appears in the storefront as shoppers type in the [Search]({{ site.user_guide_url }}/catalog/search-quick.html) box. With each character typed, the popover is updated with suggested products and thumbnail images of the top search results.
6+
When Live Search is [installed]({{ site.user_guide_url }}/live-search/install.html), a popover appears in the storefront as shoppers type in the [Search]({{ site.user_guide_url }}/catalog/search-quick.html) box. With each character typed, the popover is updated with suggested products and thumbnail images of the top search results.
77

88
Live Search returns results for a query of two characters or more. For a partial match, the maximum number of characters per word is 20. The number of characters in a "search as you type" query is not configurable.
99

0 commit comments

Comments
 (0)