diff --git a/src/catalog/search-configuration.md b/src/catalog/search-configuration.md index b3e451549..f331e7b09 100644 --- a/src/catalog/search-configuration.md +++ b/src/catalog/search-configuration.md @@ -32,6 +32,9 @@ There are two variations of the Catalog Search configuration: The first method d ### Step 1: Configure general search options +{:.bs-callout-info} +With ElasticSearch, there is no out-of-the-box support for search by the suffix. For example, search by SKU may not return the expected result if the keyword contains only the end part of the SKU. + 1. On the _Admin_ sidebar, go to **Stores** > _Settings_ > **Configuration**. 1. In the left panel, expand **Catalog** and choose **Catalog** underneath. diff --git a/src/catalog/search-results.md b/src/catalog/search-results.md index 317181adf..0f3ec1783 100644 --- a/src/catalog/search-results.md +++ b/src/catalog/search-results.md @@ -10,5 +10,8 @@ The Search Results list includes all products that match the search criteria ent The results can be formatted as either a grid or list and sorted by a selection of attributes. [Pagination]({% link catalog/navigation-pagination.md %}) controls appear if there are more products than fit on the page. Use these controls to move from one page to the next. The number of records per page is determined by the Catalog Frontend configuration. For more information, see [Product Listings]({% link catalog/navigation-product-listings.md %}). +{:.bs-callout-info} +With ElasticSearch, there is no out-of-the-box support for search by the suffix. For example, search by SKU may not return the expected result if the keyword contains only the end part of the SKU. + ![]({% link catalog/assets/storefront-search-results-shorts.png %}){: .zoom} _Search Results with Pagination Controls_