Skip to content

Commit 3a34fc6

Browse files
committed
Updated API from documentation release
1 parent 4ca8c25 commit 3a34fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api-specs/api/types/product-search/facets/ProductSearchFacetCountValue.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
default: query
1414
filter?:
1515
type: SearchQuery
16-
description: Additional filtering expression to apply to the search result before calculating the facet.
16+
description: Additional filtering expression to apply to the facet result before calculating the facet.
1717
level?:
1818
type: ProductSearchFacetCountLevelEnum
1919
default: products

api-specs/api/types/product-search/facets/ProductSearchFacetDistinctValue.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
description: Whether the facet must consider only the Products resulting from the search (`query`) or all the Products (`all`).
1414
filter?:
1515
type: SearchQuery
16-
description: Additional filtering expression to apply to the search result before calculating the facet.
16+
description: Additional filtering expression to apply to the facet result before calculating the facet.
1717
level?:
1818
type: ProductSearchFacetCountLevelEnum
1919
default: products

api-specs/api/types/product-search/facets/ProductSearchFacetRangesValue.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties:
1313
description: Whether the facet must consider only the Products resulting from the search (`query`) or all the Products (`all`).
1414
filter?:
1515
type: SearchQuery
16-
description: Additional filtering expression to apply to the search result before calculating the facet.
16+
description: Additional filtering expression to apply to the facet result before calculating the facet.
1717
level?:
1818
type: ProductSearchFacetCountLevelEnum
1919
default: products

0 commit comments

Comments
 (0)