Method: Chewy::Search::QueryProxy#minimum_should_match

Defined in:
lib/chewy/search/query_proxy.rb

#minimum_should_match(value) ⇒ Chewy::Search::Request

Executes Parameters::QueryStorage#minimum_should_match in the scope of newly created request object.

Parameters:

  • value (String, Integer, nil)

Returns:

See Also:



259
260
261
# File 'lib/chewy/search/query_proxy.rb', line 259

def minimum_should_match(value)
  @request.send(:modify, @parameter_name) { minimum_should_match(value) }
end