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. 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. Link to comment https://forums.phpfreaks.com/topic/235356-mysql-full-text-search/#findComment-1209545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.