module Tagliani::Concerns::Search::ClassMethods
Public Instance Methods
search(body: {}, where: nil)
click to toggle source
# File lib/tagliani/concerns/search.rb, line 7 def search(body: {}, where: nil) Tagliani::Search.new(body: body, where: where).serialize(type: "object") end