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
@@ -51,6 +52,8 @@ class SourceCommercetools(BaseModel):
51
52
""" Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. """
52
53
product_query_predicate: Optional[str] =None
53
54
""" Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). """
55
+
use_images_objects: Optional[bool] =None
56
+
""" When set to true, the connector indexes objects with all images attributes instead of only the URLs. """
@@ -49,6 +50,8 @@ class SourceUpdateCommercetools(BaseModel):
49
50
""" Whether a fallback value is stored in the Algolia record if there's no inventory information about the product. """
50
51
product_query_predicate: Optional[str] =None
51
52
""" Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). """
53
+
use_images_objects: Optional[bool] =None
54
+
""" When set to true, the connector indexes objects with all images attributes instead of only the URLs. """
0 commit comments