# File lib/thinking_sphinx/middlewares/sphinxql.rb, line 243
      def scope_by_pagination
        query.offset context.search.offset
        query.limit  context.search.per_page
      end