4 messages in com.mysql.lists.win32Re: Full Text Search Question
FromSent OnAttachments
Melissa Dougherty23 Nov 2005 05:42 
Daniel da Veiga23 Nov 2005 06:05 
Melissa Dougherty23 Nov 2005 06:19 
Kristen G. Thorson23 Nov 2005 07:04 
Subject:Re: Full Text Search Question
From:Daniel da Veiga (dani@gmail.com)
Date:11/23/2005 06:05:56 AM
List:com.mysql.lists.win32

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?