Skip to content
Snippets Groups Projects
Commit a5da5501 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix search controller

parent fae4ad9b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class SearchController < ApplicationController
@pagination_limit=params[:page_limit].to_i
end
unless params[:qry].empty?
unless params[:qry].blank?
objectsFound = search params[:qry], params[:sort]
@numFound = objectsFound.length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment