PDA

View Full Version : PHP MySQL search


Capo64
04-12-2008, 01:41 AM
Hi everyone,

I've been looking for a good PHP/MySQL based search engine for quite some time now, and I can't seem to find one that I like.

I want one that produces relevant results that are sorted by relevance. My database entries are all items with a Title and Description (that I would like to search).

Anybody know of any good ones?

Thanks.

BWiz
04-12-2008, 02:50 AM
Create one yourself... it really isn't that hard. The only thing I get stuck at is remembering all the mySQL keywords (http://www.nparikh.org/unix/mysql.php). If you don't want to create one yourself, check PEAR (http://pear.php.net/). I'm sure that there is a really good one somewhere.

StupidRalph
04-12-2008, 03:07 AM
http://www.sphinxsearch.com/

You can also check out Sphinx search.