Re: ft_boolean_default

2004-02-16 Thread Sergei Golubchik
Hi! On Feb 13, Heath, Brad wrote: Is this a legitimate variable? It seems like it'd be useful, but when I tried it (on 4.0.12-nt and 4.0.17-nt) it didn't work. Anybody know what's going on? When it was added there was not possible to have a --server_variable that takes a string as a value.

Re: ft_boolean_default

2004-02-16 Thread daniel
It would be good as spaces between words are taking OR as the default, i ave devised a system where the user selects the AND in the dropdown and if they select that is will add a + to every word. Hi! On Feb 13, Heath, Brad wrote: Is this a legitimate variable? It seems like it'd be useful,

ft_boolean_default

2004-02-13 Thread Heath, Brad
Is this a legitimate variable? It seems like it'd be useful, but when I tried it (on 4.0.12-nt and 4.0.17-nt) it didn't work. Anybody know what's going on? Brad [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: ft_boolean_default='AND'

2003-06-03 Thread Egor Egorov
for two words There was no ft_boolean_default variable. something1 something2 something3 something4 it will get either exact matches notice the space if i try something1 something2 + something3 something4 doesnt work There shouldn't be a space between + and . SELECT .. FROM .. WHERE .. MATCH

Re: ft_boolean_default='AND'

2003-06-03 Thread Sergei Golubchik
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

RE: ft_boolean_default='AND'

2003-06-03 Thread electroteque
: ft_boolean_default='AND' 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

Re: ft_boolean_default='AND'

2003-06-03 Thread Nils Valentin
PROTECTED] Sent: Tuesday, June 03, 2003 12:53 AM To: Egor Egorov Cc: [EMAIL PROTECTED] Subject: Re: ft_boolean_default='AND' 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

ft_boolean_default='AND'

2003-06-02 Thread electroteque
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 something1 something2