Please post more information, like your table structure and the query
designed to get the information, without this its kinda hard to
recognize your problem. Full text search should get you the results no
matter what indices and words are you looking for, as long as you use
the LIKE statement and % on the search string.
On 11/23/05, Melissa Dougherty <meli...@cse-corp.com> wrote:
I'm new to using full text searching.... I've created an index on a smaller
table. I'm getting no results when a word exists in most of the rows... I know
this is the way it was designed, but is there thing that can change it?