Skip to content

Commit

Permalink
fixing bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Marr authored and Erik Marr committed Sep 18, 2024
1 parent a29c2b6 commit 812cbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/graphql/live-search/product-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ This beta supports two new capabilities:
- **Layer 1 search** - Search for "motor" on "product_attribute_1".
- **Layer 2 search** - Search for "part number 123" on "product_attribute_2". In this example, "part number 123" is searched for within the results for "motor".

- **startsWith search indexation** - Ability to search using `startsWith` indexation. This new capability allows you to:
- **startsWith search indexation** - Ability to search using `startsWith` indexation. This new capability allows:

- Let shoppers search for products where the attribute value starts with a particular string.
- Configure an ends with search so shoppers can search for products where the attribute value ends with a particular string. To enable an ends with search, the product attribute needs to be ingested in reverse and the API call should also be a reversed string.
- Shoppers to search for products where the attribute value starts with a particular string.
- Merchants to configure an ends with search so shoppers can search for products where the attribute value ends with a particular string. To enable an ends with search, the product attribute needs to be ingested in reverse and the API call should also be a reversed string.

Refer to the following examples to learn how to implement these new search capabilities in your Live Search API.

Expand Down

0 comments on commit 812cbe8

Please sign in to comment.