Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.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
Comment #1
kristen polI 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.