Skip to content

Commit 064f433

Browse files
committed
feat(spec): add CT Query predicate pro
1 parent d33037a commit 064f433

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ SourceCommercetools:
135135
default: true
136136
description: |
137137
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).
138142
customFields:
139143
$ref: '#/CommercetoolsCustomFields'
140144
required:
@@ -405,6 +409,10 @@ SourceUpdateCommercetools:
405409
type: boolean
406410
description: |
407411
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).
408416
customFields:
409417
$ref: '#/CommercetoolsCustomFields'
410418

0 commit comments

Comments
 (0)