The relevant_content module is currently limited to find relevant content on nodes, and that's a limitation inherited from Drupal 6. Given that Drupal 7 comes with entities and bundle, all bundles should be exposed. One use case I have is when building user profile (I''m using profile2 but using the regular user with a term reference field would be identical), you might want to find other users sharing some terms; typical use case is to find user with similar interests.

Comments

nicholasthompson’s picture

Great idea!

I'm part-inclined to rewrite Relevant Content for D7 to make full use of all D7's greatness from the word "go"...

nicholasthompson’s picture

Status: Active » Postponed

The new plan is to get a version WORKING in D7 first... Then maybe a rewrite to use Fields API properly.