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: lib/algolia/models/ingestion/source_commercetools.rb
+11-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ class SourceCommercetools
20
20
# Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
21
21
attr_accessor:fallback_is_in_stock_value
22
22
23
+
# Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
24
+
attr_accessor:product_query_predicate
25
+
23
26
attr_accessor:custom_fields
24
27
25
28
# Attribute mapping from ruby-style variable name to JSON key.
Copy file name to clipboardExpand all lines: lib/algolia/models/ingestion/source_update_commercetools.rb
+11-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ class SourceUpdateCommercetools
18
18
# Whether a fallback value is stored in the Algolia record if there's no inventory information about the product.
19
19
attr_accessor:fallback_is_in_stock_value
20
20
21
+
# Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
22
+
attr_accessor:product_query_predicate
23
+
21
24
attr_accessor:custom_fields
22
25
23
26
# Attribute mapping from ruby-style variable name to JSON key.
0 commit comments