CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   MySQL (http://www.codingforums.com/forumdisplay.php?f=7)
-   -   Full text search question (http://www.codingforums.com/showthread.php?t=283281)

shaunthomson 11-30-2012 07:29 AM

Full text search question
 
Gidday

When I use the full text boolean search on, eg, 'Y M C A', it gets ignored due to the min word size setting (which I have set on two letters so a word like 'U2' can be found).

Apart from storing records such as Y M C A as YMCA, is there a way to get full text search to work when the keyword is a group of initials?

I first thought about concatenating groups of initials in php, but that seems messy and would result in lots false hits.

Any solutions to this in mysql?

Thanks for taking a look.


All times are GMT +1. The time now is 09:44 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.