xsanz (http://drupal.org/user/901824) has provided code in his patch to allow for sorting by *words* such that nodes with the most matching words in the title+teaser will be shown first. The code will be extracted from this patch: http://drupal.org/node/720364#comment-3499924

I will pull out that code to apply it to the module.

Comments

kristen pol’s picture

Status: Active » Closed (won't fix)

I tried implementing the code from the patch for word sorting and get this msyql warning:

user warning: Can't find FULLTEXT index matching the column list query

so it appears that query is not going to work on the drupal node table.