I'm performing a SELECT statement using MATCH AGAINST running against a table with few entries at this stage since I am building it by geograhical region.
Whenever my query finds that more than 50% of the rows have been selected NONE are returned. Is there any way that I can override this rule (threshold)?
Please help.