Looking for a basic PHP / MySQL search class

Danny-Dj

New Member
Noob-ish question: I'm looking for a lightweight but decent php way to search all fields of a MySql table, regardless the structure. I first gave it a try on my own with the default mysql select but that's too basic. I'm looking for something that should at least order results by best match (keyword highlighting would be nice too).I'm surprised by the little info I found googling around. What I found so far is the Zend Framework Lucene implementation but that seems a bit too heavy (building a separate index) for my needs. Before digging into it I was wondering if there's no easier way.
 
Back
Top