InventoryTrackers wrote: > I've been developing Rails apps now for about three years and I was > always mystified why there was no mainstream approach for running > searches against my models. > I didn't like the ferret and sphinx approaches as they create MONSTER > index files that have to be deleted from time to time with a CRON job. > Instead, I stumbled upon a reasonably universal approach and have > followed this for all projects. > If you're still in a quandry after you read this, send me an email and > I'll copy you some parts of my code that will explain it. > Best of Luck, > David
Or just go to http://github.com/marnen/quorum2 and look at the Search class. (I'm not doing full-text searches yet, but adding them won't be hard when I get around to it.) > > On Oct 27, 4:12�am, RubyonRails_newbie <[email protected]> Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

