RE: Boolean search showing zero results in error

2004-12-21 Thread Alisa Joy Cognard
source distribution. Michael Alisa Joy Cognard wrote: > I have hit a snag in setting up a Boolean search; my query is returning 0 > results when there are definitely five matches in my table. > > My query is set up as follows: > > SELECT * FROM resources WHERE MATCH (organizatio

Boolean search showing zero results in error

2004-12-20 Thread Alisa Joy Cognard
I have hit a snag in setting up a Boolean search; my query is returning 0 results when there are definitely five matches in my table. My query is set up as follows: SELECT * FROM resources WHERE MATCH (organization_name, description) AGAINST ('keep' IN BOOLEAN MODE); 'Keep' is a word that shows