Hello
I would like to build mini search system.
I have one column in DB,
i choose correct rows by "against match" query,
and i want to display result in short way.
Example should tell what I mean:
$searchString = "aaaa bbbb cccc";
result:
sdsdssdsd
aaaa dsd sdsd sd
aaaa bbbb dsdsd ... asas
bbbb dsfe ...
dsdsd
bbbb cccc dsdsd ... asas
bbbb dsfe ....
It's like in google search, where desctription of site are show.
I will be glad for working script to do it

or just a helpful function, class etc.
Peace <3