In includes/search/fulltext_native.php find:
Find:
- Code: Select all
if ($row['word_common'])
Replace with:
- Code: Select all
if ($row['word_common'] && $config['fulltext_native_common_thres'] > 0)
Another way to resolve would be to change the text for the feature and give the option to rebuild the search index but this is much simpler.