Is there any way to modify the view to show any content but still order it by similarity? Currently it only shows items that have the same tags. What I am trying to do is show any content, but have the content that has similar terms listed at the top.

For example:

I have three nodes - (node-1, node-2, node-3)
node-1 has the same tag as node-2, but node-3 does not.
when on node-1 I would currently see only node-2 listed, but what I would like is to have it listed as node-2, node-3

Comments

rdentry created an issue. See original summary.

takim’s picture

Status: Active » Closed (won't fix)

This request is not going to fix as it is not the purpose of this modules. Purpose of this module is listing down the content which has similar tags plus based of number of terms matched. So unfortunately it is not worth to do something like and it will make confusing to users.

3dnathaniel’s picture

I would love this also. I don't see why it wouldn't make sense to include this feature. Would just need to include similar nodes in results even when similarity returns 0%.

I suppose a work around would be to make a views for similar by terms and when there are no results return a different view which returns any content.