RE: Fulltext and phrases

2001-05-20 Thread indrek siitan
Hi, > I have just done this: > select * from indexed_table where match(indexed_col) > against ('"visual basic"') > This returns rows with either visual or basic. I read > phrase searching was allowed in mySQL v4.0? Can someone please advise. you're right, phrase and AND searches will be in MySQ

Fulltext and phrases

2001-05-20 Thread technical Support
I have just done this: select * from indexed_table where match(indexed_col) against ('"visual basic"') This returns rows with either visual or basic. I read phrase searching was allowed in mySQL v4.0? Can someone please advise. ***