Displaying 1 result from an estimated 1 matches for "zipcode_lik".
Did you mean:
zipcode_like
2010 Jun 24
0
searchlogic+date_select+ordering
...er helper messes up the params[:search] in case of using a date
if i just search something the params look like (good):
Parameters: {"commit"=>"Finden", "search"=>{"date_like(1i)"=>"2010",
"date_like(2i)"=>"6", "zipcode_like"=>"", "date_like(3i)"=>"24"}}
if i try to order the results by clicking the order helper link the
params look like (bad):
Parameters: {"search"=>{"order"=>"ascend_by_zipcode",
"date_like"=>"2010-06-24 0...