# File lib/searchlogic/search/base.rb, line 14
      def initialize(klass, current_scope, conditions = {})
        self.klass = klass
        self.current_scope = current_scope
        @conditions ||= {}
        self.conditions = conditions if conditions.is_a?(Hash)
      end