Method: Couchbase::SearchQuery.match_all

Defined in:
lib/couchbase/search_options.rb

.match_all {|query| ... } ⇒ MatchAllQuery

Prepare MatchAllQuery body

Yield Parameters:

Returns:



1007
1008
1009
# File 'lib/couchbase/search_options.rb', line 1007

def self.match_all(&)
  MatchAllQuery.new(&)
end