So query something likeselect id,lastname,unknownfieldfrom tablenamewhere notes like '%reservation%'
But I would like results to be:id lastname unknownfield1 Jones ...he made a reservation last winter...
where unknownfield somehow returns something like 25 chars before and after where text was found.I know I might do a sub select, but it would be nice if full text search had some attributes besides rank and key.IIS Index service has a nice summary feature that does just this when searching text within files..