[Rails] Re: undefined method 'new_search' after upgrading SearchLogic

2009-09-06 Thread Pablo Gonzalez
Well while investigating about this issue I found that searchlogic v2 does not include that method anymore. It works in a diferent way. More info about this can be found at: http://www.binarylogic.com/2009/06/09/searchlogic-v2-beta-released/ http://github.com/binarylogic/searchlogic/tree/v2 In

[Rails] Re: undefined method 'new_search' after upgrading SearchLogic

2009-09-05 Thread Pablo Gonzalez
I got the same problem: undefined method `new_search' I am using this code @busqueda1 = Establecimiento.new_search( :conditions =>{ :titulo_or_descripcion_like_any => params[:busqueda].split }, :per_page => per_page, :page => params[:page] ) @estable

[Rails] Re: undefined method 'new_search' after upgrading SearchLogic

2009-06-29 Thread Joe Peck
senthil raja wrote: > Hi joe > > I am facing pacing pagination problem with searchlogic logic gem. Do you > have some related problem > > On Mon, Jun 29, 2009 at 8:25 PM, Joe Peck The new SearchLogic gem doesn't do pagination anymore. They recommend using will_paginate, which works pretty

[Rails] Re: undefined method 'new_search' after upgrading SearchLogic

2009-06-29 Thread senthil raja
Hi joe I am facing pacing pagination problem with searchlogic logic gem. Do you have some related problem On Mon, Jun 29, 2009 at 8:25 PM, Joe Peck wrote: > > Hey, > > I just upgraded from searchlogic-1.6.6 to searchlogic-2.1.1, and now I'm > getting some new errors. > > Previously, in the m