# File lib/thinking_sphinx/search.rb, line 210 def previous_page current_page == 1 ? nil : current_page - 1 end