FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: fizznos on December 08, 2005, 01:25:18 AM

Title: MySQL Fulltext minimum word length
Post by: fizznos on December 08, 2005, 01:25:18 AM
What are the odds of being able to get the min word length for mysql fulltext set to 2 letters? I know this is a pretty big deal but I thought I would ask just in case!
Title: Re: MySQL Fulltext minimum word length
Post by: admin on December 08, 2005, 06:47:24 AM
Not very likely as it would require all fulltext indexes to be rebuilt.

Thank you,
FreePgs.com Admin
Title: Re: MySQL Fulltext minimum word length
Post by: sixthcrusifix on December 08, 2005, 07:54:46 AM
Quote from: fizznos on December 08, 2005, 01:25:18 AM
What are the odds of being able to get the min word length for mysql fulltext set to 2 letters? I know this is a pretty big deal but I thought I would ask just in case!



what is it for. If it's a form could you just make sure it was 2+ characters with PHP? I have no idea how you would do it but I have a theory; Explode the string into an array and then make a loop that adds 1 to a variable for each item in the array, if the variable is 2 or more then the code will continue, else it will give you a "too short" message.
Title: Re: MySQL Fulltext minimum word length
Post by: fizznos on December 08, 2005, 03:24:27 PM
Quote from: admin on December 08, 2005, 06:47:24 AM
Not very likely as it would require all fulltext indexes to be rebuilt.

Yeah... thanks anyway though! <3 freepgs!