Re: [PHP] Searching MySQL 'text' field

2003-02-06 Thread Hardik Doshi
Hi there, You have to use full text search capabilities of MySQL. Please take a look mysql documentation for full text search. thanks Hardik --- Vernon <[EMAIL PROTECTED]> wrote: > I've setup a search page using PHP which when > searching a MySQL 'varchar' > field it works just fine, but I'm try

[PHP] Searching MySQL 'text' field

2003-02-06 Thread Vernon
I've setup a search page using PHP which when searching a MySQL 'varchar' field it works just fine, but I'm trying to extend the search to include a field that is a 'text' field and it keeps coming back with no results. Is searching text fields allowed? It would seem that it only be logical that i