c_pattle Posted May 2, 2011 Share Posted May 2, 2011 I'm using PHP and MySQL to do a full text search but I was wondering if there is a way to make it work for words that are only 3 characters long? At the moment I have MySQL configured so that it only returns results for words of 5 characters or longer but I need it to work for 3 character words. Thanks for any help. Quote Link to comment https://forums.phpfreaks.com/topic/235356-mysql-full-text-search/ Share on other sites More sharing options...
fenway Posted May 2, 2011 Share Posted May 2, 2011 Unfortunately, that's hard-coded in the source. Quote Link to comment https://forums.phpfreaks.com/topic/235356-mysql-full-text-search/#findComment-1209545 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.