Re: Free Text Search Min Word Length

2003-03-31 Thread Ben Edwards
Apparently V4 douse, its been out for over a year but for some reason ISP don't use it. ben At 10:29 31/03/2003 -0800, Adam Randall wrote: Well, as far as I know, your SOL =) MySQL does not support settings for full text indexing as of yet, so the only way that I know how to do it is to modif

Re: Free Text Search Min Word Length

2003-03-31 Thread Ben Edwards
Thanks, in the message you pointed me to > set-variable = ft_min_word_len=3 (mysql defaults to 4) is what is required, but how do I do this from PHP (I am using shared hosting so don't have access to the MySQL config file). Ben At 18:56 30/03/2003 -0800, Adam Randall wrote: Could anyone pleas

Re: Free Text Search Min Word Length

2003-03-30 Thread Adam Randall
Could anyone please let me know how to set the min word lenght to 3 for Free Text search, I am using PHP. Ben Regards, Ben Check out this message: http://www.listsearch.com/mysql.lasso?id=287087 Adam. --- Adam Randall