Method: Couchbase::SearchQuery.prefix
- Defined in:
- lib/couchbase/search_options.rb
.prefix(prefix) {|query| ... } ⇒ PrefixQuery
Prepare PrefixQuery body
933 934 935 |
# File 'lib/couchbase/search_options.rb', line 933 def self.prefix(prefix, &) PrefixQuery.new(prefix, &) end |