Method: ElasticRecord::Relation::SearchMethods#search_options

Defined in:
lib/elastic_record/relation/search_methods.rb

#search_options(options) ⇒ Object



113
114
115
# File 'lib/elastic_record/relation/search_methods.rb', line 113

def search_options(options)
  clone.search_options!(options)
end