Index: app/controllers/search_controller.rb =================================================================== --- app/controllers/search_controller.rb 2013-05-01 10:15:29.000000000 -0500 +++ app/controllers/search_controller.rb 2014-04-07 11:03:24.561789400 -0500 @@ -74,7 +74,7 @@ r, c = s.singularize.camelcase.constantize.search(@tokens, projects_to_search, :all_words => @all_words, :titles_only => @titles_only, - :limit => (limit+1), +# do not limit the number of search results as we need the full search set to sort properly :limit => (limit+1), :offset => offset, :before => params[:previous].nil?) @results += r