hi, im currently utilizing searchlogic. now they want me to add a "searchagent", meaning u can save your criterias and get notified whenever something suitable hits the database. am i correct that all i need to do is to store the searchlogic-params in a userfield and run a daily job to execute the search? or is there "more" to it? thx for any advise tom -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
bramu.ss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-Mar-25 04:10 UTC
Re: how to create a search-agent
I am also looking for the similar stuff where the criterias need to store in the database... Please let me know if you get an reply.... tom wrote:> hi, im currently utilizing searchlogic. > > now they want me to add a "searchagent", meaning u can save your criterias > and get notified whenever something suitable hits the database. am i correct > that all i need to do is to store the searchlogic-params in a userfield and > run a daily job to execute the search? > or is there "more" to it? > > thx for any advise > tom-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Wed, Mar 24, 2010 at 11:54 AM, tom <tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> now they want me to add a "searchagent", meaning u can save your criterias > and get notified whenever something suitable hits the database. am i correct > that all i need to do is to store the searchlogic-params in a userfield and > run a daily job to execute the search? > or is there "more" to it? > > thx for any advise<http://xkcd.com/327/> :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
funny. it seems the best route is to put the params aka find conditions into a another table (so a user can have several ), and then run a con job or similiar.... thx 4 cartoon! On Thu, Mar 25, 2010 at 12:23 AM, Hassan Schroeder < hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Wed, Mar 24, 2010 at 11:54 AM, tom <tomabroad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > now they want me to add a "searchagent", meaning u can save your > criterias > > and get notified whenever something suitable hits the database. am i > correct > > that all i need to do is to store the searchlogic-params in a userfield > and > > run a daily job to execute the search? > > or is there "more" to it? > > > > thx for any advise > > <http://xkcd.com/327/> :-) > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.