Junk removed
This commit is contained in:
parent
0f0a8bf61c
commit
29a8b611d4
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ class PackagesController < ApplicationController
|
|||
|
||||
if params[:search]
|
||||
logger.debug "Searching for #{params[:search]}"
|
||||
#search_phrase = params[:search].split.join('&')
|
||||
#@packages = @packages.general_search([:name,:description], search_phrase, :language=>'english', :rank=>true)
|
||||
@packages = @packages.general_search(params[:search])
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue