leeterthanu
New member
[No message]
leeterthanu said:Thanks for your reply
I actually solved it yesterday, it was annoying but I found the solution for it.
You first have to give fulltext key or whatever with an ALTER TABLE table ..... command
And you have this to do for all you columns you want to search in.
CHT said:leeterthanu said:Thanks for your reply
I actually solved it yesterday, it was annoying but I found the solution for it.
You first have to give fulltext key or whatever with an ALTER TABLE table ..... command
And you have this to do for all you columns you want to search in.
Uh, do you understand what ALTER TABLE does? I find it hard to believe it should be used for a search query.
smalpierre said:ALTER TABLE is how one might add the fulltext indexes to the field? I don't think the intent was to try to use it in a select query. You use ALTER TABLE to add the indexes, then it'll work with that query. Note to noobs - you only have to do that once, then it's got the index.