Re: [PHP] need help with MySQL full text searching!!!!

2003-07-22 Thread Andrei BEJENARU
> I think you need to make a second index that just consists of the one column > > ALTER TABLE biblio ADD FULLTEXT (title) > > if you want to search on just that one column. > > ---John Holmes... Exactly! If you want to do a fultext search on a single column you must have a fulltext index on that

Re: [PHP] need help with MySQL full text searching!!!!

2003-07-21 Thread CPT John W. Holmes
I think you need to make a second index that just consists of the one column ALTER TABLE biblio ADD FULLTEXT (title) if you want to search on just that one column. ---John Holmes... - Original Message - From: "Angelo Zanetti" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Ju