[Rails] Re: Multiple search form error

2012-03-13 Thread Christopher Jones
All fixed now Colin, worked out the problem. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this grou

[Rails] Re: Multiple search form error

2012-03-13 Thread Christopher Jones
Hi Colin, I have made some progression. I have no changed the code a bit and the consearch works but none of the others do despite having the same code? My model is the same but my controller has changed to the following: @games = Game.gamsearch(params[:gamsearch]) @games = Game.gensearch(

Re: [Rails] Re: Multiple search form error

2012-03-13 Thread Colin Law
On 13 March 2012 13:52, Christopher Jones wrote: > Hey Colin, > > By using my log and typing in each of the fields the same search I get > the same results back in the log which is as followed: > > Started GET "/games?utf8=%E2%9C%93&search=good&commit=Search" for > 127.0.0.1 at 2012-03-13 13:48:14

[Rails] Re: Multiple search form error

2012-03-13 Thread Christopher Jones
Hey Colin, By using my log and typing in each of the fields the same search I get the same results back in the log which is as followed: Started GET "/games?utf8=%E2%9C%93&search=good&commit=Search" for 127.0.0.1 at 2012-03-13 13:48:14 + Processing by GamesController#index as HTML Param