Adding SEARCH functionality to a website

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

On Oct 27, 4:12 am, RubyonRails_newbie [email protected]

Are you talking about database searches? I’ve always built them myself,
is
that an option for you?

On Tue, Oct 27, 2009 at 6:12 AM, RubyonRails_newbie <

Do you pass @users to the page correctly?
Can you set breakpoints in you ide and confirm that @users actually has
a
list of hits?

On Tue, Oct 27, 2009 at 5:18 PM, RubyonRails_newbie <