what is the best way to setup a mysql table and query to get the best search results?
php by the way
so for example...
i have a database of thousands of "bodytext" rows containing articles,blog posts,comments,forums posts etc...
I also have a list of keywords/phrases in an array that i would like to match to the best possible "bodytext"
what would be the best way to setup my table and sql query to get the best possible "body text" for my keyword or phrase and / or vice versa..
hopefully I can pull multiple rows sorted by relevance?
full text?
blob?
...
..
@mysql(...............) ?
:anon.sml:
php by the way

so for example...
i have a database of thousands of "bodytext" rows containing articles,blog posts,comments,forums posts etc...
I also have a list of keywords/phrases in an array that i would like to match to the best possible "bodytext"
what would be the best way to setup my table and sql query to get the best possible "body text" for my keyword or phrase and / or vice versa..
hopefully I can pull multiple rows sorted by relevance?
full text?
blob?
...
..
@mysql(...............) ?
:anon.sml: