From bbbdeed808d54cad05d83573dfa6d2a9ae3afee1 Mon Sep 17 00:00:00 2001 From: Erik Marr Date: Fri, 31 Oct 2025 10:02:57 -0500 Subject: [PATCH 1/4] Adding links --- .../graphql/schema/live-search/queries/product-search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index 156cbc06f..82e5aa920 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -167,11 +167,11 @@ Use the [`attributeMetadata` query](./attribute-metadata.md) to return a list of #### Layered search and expansion of search types -Layered search, or search within a search, is a powerful, attribute-based filtering system that extends the traditional search functionality to include additional search parameters. These additional search parameters allow more precise and flexible product discovery. See the [merchant documentation](https://experienceleague.adobe.com/en/docs/commerce/live-search/workspace) to learn why a merchant would implement layered search for their storefront. +Layered search, or search within a search, is a powerful, attribute-based filtering system that extends the traditional search functionality to include additional search parameters. These additional search parameters allow more precise and flexible product discovery. See the [merchant documentation](https://experienceleague.adobe.com/en/docs/commerce/live-search/workspace#layered-search-and-expansion-of-search-types) to learn how to update the search types in the Admin to enable layered search. -Layered search is available in Live Search 4.6.0. +Layered search is available in Live Search 4.6.0 (PaaS) or in the October 14, 2025 [Commerce Optimizer update]() (SaaS). The advanced search capabilities are implemented through the `filter` parameter in the `productSearch` query using specific operators: From 611afe82902d33621356444cee4ad395be480fc4 Mon Sep 17 00:00:00 2001 From: Erik Marr <45772211+erikmarr@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:29:51 -0600 Subject: [PATCH 2/4] Update src/pages/graphql/schema/live-search/queries/product-search.md --- src/pages/graphql/schema/live-search/queries/product-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index 82e5aa920..50a60330a 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -171,7 +171,7 @@ Layered search, or search within a search, is a powerful, attribute-based filter -Layered search is available in Live Search 4.6.0 (PaaS) or in the October 14, 2025 [Commerce Optimizer update]() (SaaS). +Layered search is available in Live Search 4.6.0 (PaaS) or in the October 14, 2025 [Commerce Optimizer update]( https://experienceleague.adobe.com/en/docs/commerce/optimizer/release-notes) (SaaS). The advanced search capabilities are implemented through the `filter` parameter in the `productSearch` query using specific operators: From f0312aa3bc439221c16030f94fd91915701a3b37 Mon Sep 17 00:00:00 2001 From: Erik Marr <45772211+erikmarr@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:16:48 -0600 Subject: [PATCH 3/4] Update src/pages/graphql/schema/live-search/queries/product-search.md --- src/pages/graphql/schema/live-search/queries/product-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index 50a60330a..e579df91a 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -171,7 +171,7 @@ Layered search, or search within a search, is a powerful, attribute-based filter -Layered search is available in Live Search 4.6.0 (PaaS) or in the October 14, 2025 [Commerce Optimizer update]( https://experienceleague.adobe.com/en/docs/commerce/optimizer/release-notes) (SaaS). +Layered search is available in Live Search 4.6.0 (PaaS) or in the October 14, 2025 [Commerce Optimizer update](https://experienceleague.adobe.com/en/docs/commerce/optimizer/release-notes) (SaaS). The advanced search capabilities are implemented through the `filter` parameter in the `productSearch` query using specific operators: From d04f23f9a83d6017bca7710a31fd7d7540e0f947 Mon Sep 17 00:00:00 2001 From: Erik Marr <45772211+erikmarr@users.noreply.github.com> Date: Tue, 4 Nov 2025 14:38:11 -0600 Subject: [PATCH 4/4] Update src/pages/graphql/schema/live-search/queries/product-search.md --- src/pages/graphql/schema/live-search/queries/product-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index e579df91a..6523d81fa 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -167,7 +167,7 @@ Use the [`attributeMetadata` query](./attribute-metadata.md) to return a list of #### Layered search and expansion of search types -Layered search, or search within a search, is a powerful, attribute-based filtering system that extends the traditional search functionality to include additional search parameters. These additional search parameters allow more precise and flexible product discovery. See the [merchant documentation](https://experienceleague.adobe.com/en/docs/commerce/live-search/workspace#layered-search-and-expansion-of-search-types) to learn how to update the search types in the Admin to enable layered search. +Layered search, or search within a search, is an attribute-based filtering system that extends the traditional search functionality to include additional search parameters. These additional search parameters allow more precise and flexible product discovery. See the [merchant documentation](https://experienceleague.adobe.com/en/docs/commerce/live-search/workspace#layered-search-and-expansion-of-search-types) to learn how to update the search types in the Admin to enable layered search.