Funny results using Match Against

2002-10-30 Thread Jason White
I used this statement to create a table annotation. create table annotation ( user_id int not null NOT NULL, oai_id varchar(255) NOT NULL, element varchar(255), value text, datestamp varchar(10), status enum(A, I), fulltext(value) ); I then insterted so test data into the

Re: Funny results using Match Against

2002-10-30 Thread Mark Matthews
Jason White wrote: I used this statement to create a table annotation. create table annotation ( user_id int not null NOT NULL, oai_id varchar(255) NOT NULL, element varchar(255), value text, datestamp varchar(10), status enum(A, I), fulltext(value) ); I then