File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,9 @@ export function getBoolITC(opts: mixed = {}): InputTypeComposer {
47
47
` ) ,
48
48
} ,
49
49
minimum_should_match : {
50
- type : 'Int ' ,
50
+ type : 'String ' ,
51
51
description : desc ( `
52
- The minimum number of should clauses to match can be set using
53
- the minimum_should_match parameter.
52
+ The minimum number of should clauses to match.
54
53
` ) ,
55
54
} ,
56
55
must_not : {
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ input Elastic_QueryBool_50 {
111
111
# minimum_should_match parameter.
112
112
should: Elastic_Query_50
113
113
114
- # The minimum number of should clauses to match can be set using the minimum_should_match parameter .
115
- minimum_should_match : Int
114
+ # The minimum number of should clauses to match .
115
+ minimum_should_match : String
116
116
117
117
# The clause (query ) must not appear in the matching documents . Clauses are
118
118
# executed in filter context meaning that scoring is ignored and clauses are
You can’t perform that action at this time.
0 commit comments