Re: some problems with fulltext

2002-09-20 Thread Paul DuBois
At 17:24 +0200 9/20/02, Patrizia De Bella wrote: >Hello, >I have a debian woody (kernel 2.2.16) with mysql 3.23.49, >I try to make a select statement using fulltext indexes like this: >in this case I have no error: > >SELECT prodotti.titolo FROM prodotti WHERE MATCH (descriz) AGAINST ('story'); >

some problems with fulltext

2002-09-20 Thread Patrizia De Bella
Hello, I have a debian woody (kernel 2.2.16) with mysql 3.23.49, I try to make a select statement using fulltext indexes like this: in this case I have no error: SELECT prodotti.titolo FROM prodotti WHERE MATCH (descriz) AGAINST ('story'); or SELECT prodotti.titolo FROM prodotti WHERE MATCH (m