Originariamente inviato da piero.mac
dai una occhiata al manuale.

http://dev.mysql.com/doc/refman/5.0/...xt-search.html




The 50% threshold for natural language searches is determined by the particular weighting scheme chosen. To disable it, look for the following line in myisam/ftdefs.h:

#define GWS_IN_USE GWS_PROB

Change that line to this:

#define GWS_IN_USE GWS_FREQ
che sia questo?