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

Commit 96200ca

Browse files
authored
Merge pull request #2520 from magento-devdocs/live-search-url-key
corrected suggestions output description
2 parents 7303866 + 0e94ff3 commit 96200ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/live-search/product-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Field | Data Type | Description
699699
`items` | [[ProductSearchItem]](#ProductSearchItem) | An array of products returned by the query
700700
`page_info` | [SearchResultPageInfo](#SearchResultPageInfo) | Contains information for rendering pages of search results
701701
`related_terms` | [String] | Reserved for future use
702-
`suggestions` | [String] | An array of product and category names in the catalog that are similar to the search query. A maximum of five items are returned
702+
`suggestions` | [String] | An array of product URL keys that are similar to the search query. A maximum of five items are returned
703703
`total_count` | Int | The total number of items returned
704704

705705
### Aggregation data type {#Aggregation}

0 commit comments

Comments
 (0)