From 55ad443507fe8bd89fb379dafd1ee551be15b40e Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Wed, 21 Jan 2026 14:51:34 -0600 Subject: [PATCH] Fix syntax of productSearch query --- 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 a2c500cfd..fd3bfd704 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -18,7 +18,7 @@ See [Boundaries and Limits](https://experienceleague.adobe.com/en/docs/commerce- ```graphql productSearch( phrase: String! - context: [QueryContextInput!] + context: QueryContextInput! current_page: Int = 1 page_size: Int = 20 sort: [ProductSearchSortInput!]