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?
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.