In production, the search field does not retain its text even though its value is set to params[:q]. Works fine in development, and params[:q] is also used on the tab links on the results page to maintain the query there, which works in production. It's just that text field that suddenly doesn't.
In production, the search field does not retain its text even though its value is set to
params[:q]
. Works fine in development, andparams[:q]
is also used on the tab links on the results page to maintain the query there, which works in production. It's just that text field that suddenly doesn't.