You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-specs/api/resources/product-projections-search.raml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ get:
37
37
type: boolean
38
38
default: false
39
39
description: |
40
-
Set to `true` to mark [matching variants](/../api/projects/products-search#matching-variants) in the search result.
40
+
Set to `true` to mark [matching variants](/../api/projects/product-projection-search#matching-variants) in the search result.
41
41
#TODO clarify correct syntax
42
42
/text\.[a-z]{2}(-[A-Z]{2})?/:
43
43
(placeholderParam):
@@ -72,23 +72,23 @@ get:
72
72
filter.query?:
73
73
type: string[]
74
74
description: |
75
-
Applies a [filter](/../api/projects/products-search#filters) to the [query results](/../api/projects/products-search#query-results) before [facets](/../api/projects/products-search#facets) are calculated.
75
+
Applies a [filter](/../api/projects/product-projection-search#filters) to the [query results](/../api/projects/product-projection-search#query-results) before [facets](/../api/projects/product-projection-search#facets) are calculated.
76
76
This parameter has an impact on facet counts.
77
77
If you don't use the `facet` parameter in the same request, use this parameter instead of `filter`.
78
78
filter?:
79
79
type: string[]
80
80
description: |
81
-
Applies a [filter](/../api/projects/products-search#filters) to the query results after facets are calculated.
81
+
Applies a [filter](/../api/projects/product-projection-search#filters) to the query results after facets are calculated.
82
82
This parameter does not have an impact on facet counts.
83
83
Use this parameter in combination with the `facet` and `filter.facets` parameters for multi-select faceting.
84
84
facet?:
85
85
type: string[]
86
86
description: |
87
-
Requests calculation of [facets](/../api/projects/products-search#facets).
87
+
Requests calculation of [facets](/../api/projects/product-projection-search#facets).
88
88
filter.facets?:
89
89
type: string[]
90
90
description: |
91
-
Applies a [filter](/../api/projects/products-search#filters) to the calculated [facet results](/../api/projects/products-search#facet-results), not to the Products returned with the [query results](/../api/projects/products-search#query-results).
91
+
Applies a [filter](/../api/projects/product-projection-search#filters) to the calculated [facet results](/../api/projects/product-projection-search#facet-results), not to the Products returned with the [query results](/../api/projects/product-projection-search#query-results).
92
92
A facet's own aggregation is not filtered by its corresponding `filter.facets` criteria.
93
93
Use this parameter in combination with the `facet` and `filter` parameters for multi-select faceting.
94
94
expand?:
@@ -98,7 +98,7 @@ get:
98
98
sort?:
99
99
type: string[]
100
100
description: |
101
-
Controls [sorting](/../api/projects/products-search#sorting) of results.
101
+
Controls [sorting](/../api/projects/product-projection-search#sorting) of results.
102
102
Use this parameter multiple times to sort by multiple fields.
103
103
104
104
* When `text` is provided, but no sort parameter is given, the results are returned in descending order of relevance (equivalent to `score desc`).
@@ -110,15 +110,15 @@ get:
110
110
minimum: 0
111
111
maximum: 500
112
112
description: |
113
-
The maximum number of results returned on a [page](/../api/projects/products-search#pagination).
113
+
The maximum number of results returned on a [page](/../api/projects/product-projection-search#pagination).
114
114
offset?:
115
115
type: number
116
116
format: int32
117
117
default: 0
118
118
minimum: 0
119
119
maximum: 10000
120
120
description: |
121
-
The starting point for retrieving [paginated](/../api/projects/products-search#pagination) results.
121
+
The starting point for retrieving [paginated](/../api/projects/product-projection-search#pagination) results.
Copy file name to clipboardExpand all lines: api-specs/api/types/error/SyntaxErrorError.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ type: ErrorObject
4
4
displayName: SyntaxErrorError
5
5
discriminatorValue: SyntaxError
6
6
description: |
7
-
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
7
+
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/product-projection-search) does not have the correct syntax.
Copy file name to clipboardExpand all lines: api-specs/api/types/error/graphql/GraphQLSyntaxErrorError.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ type: GraphQLErrorObject
4
4
displayName: GraphQLSyntaxErrorError
5
5
discriminatorValue: SyntaxError
6
6
description: |
7
-
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/products-search) does not have the correct syntax.
7
+
Returned when a [Discount predicate](/../api/predicates/predicate-operators), [API Extension predicate](/../api/predicates/query#use-predicates-in-conditional-api-extensions), or [search query](/../api/projects/product-projection-search) does not have the correct syntax.
Copy file name to clipboardExpand all lines: api-specs/api/types/product-type/AttributeDefinition.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ properties:
36
36
isSearchable:
37
37
type: boolean
38
38
description: |-
39
-
If `true`, the Attribute's values are available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/products-search) API for use in full-text search queries, filters, and facets.
39
+
If `true`, the Attribute's values are available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/product-projection-search) API for use in full-text search queries, filters, and facets.
40
40
41
41
Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
42
42
The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).
Copy file name to clipboardExpand all lines: api-specs/api/types/product-type/AttributeDefinitionDraft.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ properties:
45
45
isSearchable?:
46
46
type: boolean
47
47
description: |-
48
-
Set to `true` if the Attribute's values should be available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/products-search) API and can be used in full-text search queries, filters, and facets.
48
+
Set to `true` if the Attribute's values should be available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/product-projection-search) API and can be used in full-text search queries, filters, and facets.
49
49
Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
50
50
The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).
51
51
This constraint is enforced at both Product creation and Product update.
Copy file name to clipboardExpand all lines: api-specs/api/types/product/FacetTerm.raml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ properties:
6
6
term:
7
7
type: any
8
8
description: |
9
-
Value for the field specified in the [term facet expression](/../api/projects/products-search#term-facet-expression) for which at least one [ProductVariant](ctp:api:type:ProductVariant) could be found.
9
+
Value for the field specified in the [term facet expression](/../api/projects/product-projection-search#term-facet-expression) for which at least one [ProductVariant](ctp:api:type:ProductVariant) could be found.
10
10
count:
11
11
type: number
12
12
format: int64
@@ -17,4 +17,4 @@ properties:
17
17
format: int64
18
18
description: |
19
19
Number of [Products](ctp:api:type:Product) for which the `term` applies.
20
-
Only available if the `counting products` [extension](/../api/projects/products-search#counting-products) is enabled.
20
+
Only available if the `counting products` [extension](/../api/projects/product-projection-search#counting-products) is enabled.
Copy file name to clipboardExpand all lines: api-specs/api/types/product/FilteredFacetResult.raml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ properties:
8
8
type: number
9
9
format: int64
10
10
description: |
11
-
Number of [ProductVariants](ctp:api:type:ProductVariant) matching the value specified in [filtered facet expression](/../api/projects/products-search#filtered-facet-expression).
11
+
Number of [ProductVariants](ctp:api:type:ProductVariant) matching the value specified in [filtered facet expression](/../api/projects/product-projection-search#filtered-facet-expression).
12
12
productCount?:
13
13
type: number
14
14
format: int64
15
15
description: |
16
-
Number of [Products](ctp:api:type:Product) matching the value specified in [filtered facet expression](/../api/projects/products-search#filtered-facet-expression).
16
+
Number of [Products](ctp:api:type:Product) matching the value specified in [filtered facet expression](/../api/projects/product-projection-search#filtered-facet-expression).
17
17
18
-
Present only if the `counting products` [extension](/projects/products-search#counting-products) is enabled.
18
+
Present only if the `counting products` [extension](/projects/product-projection-search#counting-products) is enabled.
Copy file name to clipboardExpand all lines: api-specs/api/types/product/ProductData.raml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,4 @@ properties:
52
52
searchKeywords:
53
53
type: SearchKeywords
54
54
description: |
55
-
Used by [Product Suggestions](/projects/products-suggestions), but is also considered for a [full text search](/projects/products-search#full-text-search).
55
+
Used by [Product Suggestions](/projects/products-suggestions), but is also considered for a [full text search](/projects/product-projection-search#full-text-search).
0 commit comments