Re: Fulltext In Boolean Wildcard Questions

2005-03-25 Thread Jigal van Hemert
From: "Freddie Bingham" <[EMAIL PROTECTED]> > > (1) Why is such a query as this allowed? > > > > WHERE MATCH (text) > > AGAINST ('+s*' IN BOOLEAN MODE) > > > > This returns everything that starts with an 's', as expected > > by the syntax. > > Why is it not stopped by the mysql minimum word length?

RE: Fulltext In Boolean Wildcard Questions

2005-03-24 Thread Freddie Bingham
It appears my email client took some liberties with converting portions of my queries into mailto links. I've fixed them below. Sorry! > I have a few questions about wildcard usage with Fulltext > searches (Mysql 4.1.9). I have tried to find relevant answers > to these questions with no success.