File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12242,13 +12242,18 @@ enum SearchFieldType {
1224212242
1224312243"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1224412244input SearchFilterExpressionInput {
12245+ and: [SearchQueryInput!]
12246+ or: [SearchQueryInput!]
12247+ not: [SearchQueryInput!]
12248+ filter: [SearchQueryInput!]
1224512249 range: SearchQueryRangeExpressionInput
1224612250 fullText: SearchFullTextExpressionInput
1224712251 fullTextPrefix: SearchFullTextPrefixInput
1224812252 exists: SearchExistsInput
1224912253 prefix: SearchAnyValueExpressionInput
1225012254 wildcard: SearchAnyValueExpressionInput
1225112255 exact: SearchAnyValueExpressionInput
12256+ fuzzy: SearchFuzzyExpressionInput
1225212257}
1225312258
1225412259"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
You can’t perform that action at this time.
0 commit comments