File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 2 files changed +6
-0
lines changed 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"
Original file line number Diff line number Diff line change @@ -526,3 +526,4 @@ e921ea18a854a9c4b81c525fee76e8c545fd107d
526526f634f1e67f3797c2a2bad4c702f13c580fd02177
527527aa83bf0cb2747feefa757d96d5896ba52d05392e
5285288dc063712795ebccb829b2753af8d6a4c8c1f353
529+ bb59c72e09951d391e013c3784ffba3fc5876bc3
You can’t perform that action at this time.
0 commit comments