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: specs/ingestion/common/schemas/source.yml
+8
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,10 @@ SourceCommercetools:
135
135
default: true
136
136
description: |
137
137
Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
138
+
productQueryPredicate:
139
+
type: string
140
+
description: |
141
+
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
138
142
customFields:
139
143
$ref: '#/CommercetoolsCustomFields'
140
144
required:
@@ -405,6 +409,10 @@ SourceUpdateCommercetools:
405
409
type: boolean
406
410
description: |
407
411
Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
412
+
productQueryPredicate:
413
+
type: string
414
+
description: |
415
+
Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
0 commit comments