Re: full text table query issues

2005-11-26 Thread Gleb Paharenko
Hello. Please could you provide a repeatable test case for this issue? FT search works fine for me even if one of the columns has empty values. 'Yemi Obembe wrote: using the a sql statement like ds: select *, match(url, title, comment) against ('movies') as score from dir where

full text table query issues

2005-11-25 Thread 'Yemi Obembe
using the a sql statement like ds: select *, match(url, title, comment) against ('movies') as score from dir where match(url, title, comment) against ('movies') where dir is a fulltext table of url, titlke and comment i however found out that if the comment column is empty it will return an