From f0c5706006d5bf5423b5cf00794e3a753441d2a7 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 10 Apr 2026 09:31:25 -0500 Subject: [PATCH 1/2] Fix typo in custom-filters documentation --- src/pages/graphql/usage/custom-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/usage/custom-filters.md b/src/pages/graphql/usage/custom-filters.md index 5b905fe3e..f4cbe8094 100644 --- a/src/pages/graphql/usage/custom-filters.md +++ b/src/pages/graphql/usage/custom-filters.md @@ -145,4 +145,4 @@ When a product requires a filter attribute that is not a field on its output sch ``` -This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_ids` attributes. +This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_id` attributes. From c6e7d450eb91f72b423c56c7bc71c799e4c05e7b Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 10 Apr 2026 09:48:45 -0500 Subject: [PATCH 2/2] Update custom-filters.md --- src/pages/graphql/usage/custom-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/graphql/usage/custom-filters.md b/src/pages/graphql/usage/custom-filters.md index f4cbe8094..5a6d94267 100644 --- a/src/pages/graphql/usage/custom-filters.md +++ b/src/pages/graphql/usage/custom-filters.md @@ -145,4 +145,4 @@ When a product requires a filter attribute that is not a field on its output sch ``` -This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_id` attributes. +This example adds `field_to_sort` and `other_field_to_sort` attributes to the `additionalAttributes` array defined in the `ProductEntityAttributesForAst` class. The array already contains the `min_price`, `max_price`, and `category_uid` attributes.