Module: NaranyaEcm::Search::Methods::ClassMethods

Defined in:
lib/naranya_ecm/search/methods.rb

Instance Method Summary collapse

Instance Method Details

#kick_search(terms, options = {}) ⇒ Object



18
19
20
# File 'lib/naranya_ecm/search/methods.rb', line 18

def kick_search(terms, options={})
  search(Query.build_searchkick_like(terms, options))
end

#search(*args) ⇒ Object



15
16
17
# File 'lib/naranya_ecm/search/methods.rb', line 15

def search(*args)
  Results.new(self, *args)
end