Re: Full Text Searching Help >
> SELECT * FROM info WHERE MATCH(term) AGAINST ('+RSI' IN BOOLEAN MODE)
>
Ooops, meant:
SELECT * FROM info WHERE MATCH(term) AGAINST ('+relative +strength' IN
BOOLEAN MODE)
haha, of course i meant to say that the quote text above DIDN'T work
lol sorry, i'm a bit tired i guess. |