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: algoliasearch/Models/Ingestion/SourceCommercetools.cs
+13
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ public SourceCommercetools(string url, string projectKey)
64
64
[JsonPropertyName("fallbackIsInStockValue")]
65
65
publicbool?FallbackIsInStockValue{get;set;}
66
66
67
+
/// <summary>
68
+
/// Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
69
+
/// </summary>
70
+
/// <value>Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). </value>
71
+
[JsonPropertyName("productQueryPredicate")]
72
+
publicstringProductQueryPredicate{get;set;}
73
+
67
74
/// <summary>
68
75
/// Gets or Sets CustomFields
69
76
/// </summary>
@@ -83,6 +90,7 @@ public override string ToString()
Copy file name to clipboardExpand all lines: algoliasearch/Models/Ingestion/SourceUpdateCommercetools.cs
+13
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,13 @@ public SourceUpdateCommercetools()
49
49
[JsonPropertyName("fallbackIsInStockValue")]
50
50
publicbool?FallbackIsInStockValue{get;set;}
51
51
52
+
/// <summary>
53
+
/// Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query).
54
+
/// </summary>
55
+
/// <value>Predicate to filter out specific products when indexing. For more information, see [Query Predicate](https://docs.commercetools.com/api/predicates/query). </value>
56
+
[JsonPropertyName("productQueryPredicate")]
57
+
publicstringProductQueryPredicate{get;set;}
58
+
52
59
/// <summary>
53
60
/// Gets or Sets CustomFields
54
61
/// </summary>
@@ -67,6 +74,7 @@ public override string ToString()
0 commit comments