Re: [PHP] seach engines that don't suck

2005-02-28 Thread Zouari Fourat
> I wrote all search code > to split words on commas and then builds SQL using LIKE statements (i know, > i know it's bad but i was a newbie when i wrote it). What is the professional way so ? On Sun, 27 Feb 2005 17:04:31 +0300, Burhan Khalid <[EMAIL PROTECTED]> wrote: > Colin Olkowski wrote: >

Re: [PHP] seach engines that don't suck

2005-02-27 Thread Burhan Khalid
Colin Olkowski wrote: Hi All, So I've been using my own php to search my site (http://hiptingle.spydigital.com) and for a while it was fine...But recently I put in a logging system just to see what people were searching for and realized they aren't finding what they're seeking. I wrote all search

[PHP] seach engines that don't suck

2005-02-26 Thread Colin Olkowski
Hi All, So I've been using my own php to search my site (http://hiptingle.spydigital.com) and for a while it was fine...But recently I put in a logging system just to see what people were searching for and realized they aren't finding what they're seeking. I wrote all search code to split words o