Hi,

Using mysql 4.0.2 I get the following behaviour (phrase searching):

match (field) against ('"pack of"' in boolean mode)   

gives me all results with 'pack of', not just 'pack'.  So MySQL isn't
ignoring 'of' even though the word is too short to normally be considered.

However if I use: match(field) against ('"of the'" in boolean mode)

then the whole query is ignored.

It this working as designed?  Should the short words be "sometimes" ignored?

Chris Book


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to