Displaying 1 result from an estimated 1 matches for "date_lik".
Did you mean:
date_like
2010 Jun 24
0
searchlogic+date_select+ordering
...all results.
if i want to order (lets say by zipcode) and find by date it wont work.
the order 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"=>{&...