Node Relevance

Component ID

732750

Component name

Node Relevance

Component type

module

Development status

Component security advisory coverage

not-covered

Downloads

582

Component created

Component changed

Component body

This module is an API module that implements a storage for relevance data that integrates nicely with Views. The data can be used in scenarios like:
- show me the most "interesting" Organic Groups for this user (I have provided a node_relevance_og sub-module for that)
- show me the "recommended" downloads for me, given my history of downloads

Relevance data is computed by consumers of these API. An example is the included node_relevance_og module: this module defines the relevance of an OG to an user as the number of user posts in that group.

Views integration provides: an argument handler, a relationship and a 'sort by relevance' option.

Module development was sponsored by Development Gateway Foundation.