# File lib/thinking_sphinx/core/array.rb, line 2
  def ===(object)
    object.is_a?(ThinkingSphinx::Search) || super
  end