New features for drupal 7 version (starting plan):
- embed a node api (#576712: Relevance links in content node region), for example to make it possible to embed it inside of a node
- complete rebuild of the relevancy algorithm, including adjusts for dealing with lots of terms in a same vocabulary
- take related terms into account (#591204: Take related terms into account)
- configuration per content type
- try to make a more "visual" configuration of the relevance elements
- debug mode to make it possible to configure the relevance together with a view of the preview results
- create an extra field for setting relevance for a specific node
- exclude list - put some nodes in a "don't show list" (maybe merge it with the previous item
Comments
Comment #1
BettyJJ commentedDo you mean: for each individual node, we can preview the list of its relevant nodes, and we can edit that list, specifically adding or removing some nodes, and then embed the list in a node? That looks great! :)
Comment #2
fernao commentedWell:
It will be possible that you have some specific configuration for "article", another one for "videos" etc; this includes every possibility of configuration, from relevance ratios to ammount of itens to show etc.
The "debug mode" actually is only in my head, because first I need to re-make all the code. But I'm excited and, as I'm almost unemployed, I have time to code! =D
I'm commiting some new code, but please note that it don't work yeat (but at least the config for each content type is working).
[]s!
Comment #3
fernao commentedThis one I'll postpone:
- create an extra field for setting relevance for a specific node