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
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.
***