News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu

MySQL Fulltext minimum word length

Started by fizznos, December 08, 2005, 01:25:18 AM

Previous topic - Next topic

fizznos

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!

admin

Not very likely as it would require all fulltext indexes to be rebuilt.

Thank you,
FreePgs.com Admin

sixthcrusifix

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.
Visite me website at http://www.sixthcrusifix.com

fizznos

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!