Hi!

On Jun 02, Egor Egorov wrote:
> "electroteque" <[EMAIL PROTECTED]> wrote:
> > hi guys , i was wondering if this variable , is available for 4.0.12 ? we
> > tried to make it work but mysql would not start , if this is still not
> > available , what are the best ways for me to try and format a search say for
> > instance currently if i search for two words
> 
> There was no ft_boolean_default variable.

Still it's possible to make boolean search to do AND by default.
There is ft_boolean_syntax variable, it specifies that '+' means AND
and space ' ' means OR. You can change it to be other way around.
Unfortunately to change this variable one have to rebuild MySQL.
See http://www.mysql.com/doc/en/Fulltext_Fine-tuning.html
 
Regards,
Sergei

-- 
MySQL Development Team
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Sergei Golubchik <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Osnabrueck, Germany
       <___/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to