# File lib/thinking_sphinx.rb, line 30
  def self.search(query = '', options = {})
    ThinkingSphinx::Search.new query, options
  end