Hi!
On Feb 07, Alain Fontaine - Consultant and developer wrote:
>
> <-- snip -->
> select
> BienID
> from
> biens
> where
> MATCH(Notes) AGAINST('+appartemen* -lux* -prop*' IN BOOLEAN MODE)
> <-- snip -->
>
> This does not produce the correct result, whereas this does:
>
> <-- snip -->
> select
> BienID
> from
> biens
> where
> MATCH(Notes) AGAINST('appartemen*' IN BOOLEAN MODE)
> AND
> NOT MATCH(Notes) AGAINST('lux*' IN BOOLEAN MODE)
> AND
> NOT MATCH(Notes) AGAINST('prop*' IN BOOLEAN MODE)
> <-- snip -->
That looks like a bug, can you create a test case for it ?
Regards,
Sergei
--
MySQL Development Team
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/
/_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany
<___/
---------------------------------------------------------------------
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