Pour toutes questions sur nos formations Drupal, n'hésitez pas à nous contacter.
A module that displays a block with the most similar nodes to the currently viewed one, based on the title and body fields. Related pages show as a list in a block.
Similar Entries supports only MySQL-based sites, because it MySQL's FULLTEXT indexing for MyISAM tables. FULLTEXT is a special query that helps find relevant content in other nodes using a natural language search that interprets the search string as a phrase in natural human language. The installer adds the FULLTEXT index to your node revision table.
CCK is not supported for similar matching, but would be a welcome feature addition.