# File lib/thinking_sphinx/middlewares/sphinxql.rb, line 224
      def scope_by_exclusive_filters
        query.where_not exclusive_filters  if exclusive_filters.any?
      end