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

Commit 19670f6

Browse files
committed
Removed categorySearch section
Removed categorySearch section
1 parent e69c21b commit 19670f6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/live-search/live-search-api-reference.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@ Scenario: Used on a search page to retrieve products and facets for filtering.
2828
|`filter`|[]|Default: []<br />Example:<br />`[{attribute: "color", eq: "red"}]`|
2929
|`sort`|[]|Default: []<br />Example:<br />`[{attribute: "price", direction: "ASC"}]`|
3030

31-
## categorySearch
32-
33-
Scenario: Used on search page to retrieve categories for filtering.
34-
35-
|**Parameter**|**Type**|**Required**|**Example**|
36-
|---|---|---|---|
37-
|`phrase`|string|(Required)<br />Example: `yoga`|
38-
|`category_size`|number|Default: `5`<br />Example: `10`|
39-
4031
## quickSearch
4132

4233
Scenario: Used in a search box to return product and category matches, as well as search suggestions.

0 commit comments

Comments
 (0)