Active
Project:
Similar By Terms
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2011 at 19:44 UTC
Updated:
12 Mar 2015 at 19:23 UTC
Jump to comment: Most recent
Comments
Comment #1
schiavone commentedI'm looking through the module code now to try and figure out how to do the same thing. I setup the view to use a vocabulary with 2 parent terms each having three children. The parent terms will always match but I want both terms to match. Just a point in the right direction would be helpful.
Comment #2
ajakoan commentedI'd like to limit to a preset number of terms. So, to be considered a match nodes must have 3 or more terms in common. Have no idea where to begin with this.
Comment #3
asb commentedI believe there is simply a crucial part missing for this - a Views filter ("Similarity >= 100%"). Changing to feature request.
PS: Why ">=" and not "="? See #1014524: "Similar By Terms: Similarity" outputs invalid values like "1300%", "480%" ;-)
Comment #4
danieljulia commentedI agree that a filter by simmilarity is missing, anyway, is there some trick to do that?
Comment #5
asb commentedWell, that depends a bit on the effort you are willing to take. Since 'Similar By Terms' is capable to output the number of matching terms, you might try to build one view sorted by the amount of matching terms, and maybe put this into a computed field; then you might want to embed this first view in a second view (there is a module for that...) and filter by a numeric threshold.
Comment #6
Nicolino77 commentedfilter by simmilarity is missing - any progress here? Or can somebody propose another solution. I don't get #5.
Thank you.