# File lib/thinking_sphinx/active_record/has_many_association.rb, line 4 def search(*args) options = args.extract_options! options[:with] ||= {} options[:with].merge! default_filter args << options @reflection.klass.search(*args) end