Chain
recommendations_of_followees
Selects results where recommendable entities correspond to the followees of the preceding entity.
Syntax
recommendation_request recommendations_of_followees
recommendations of followees:
subject.recommendations_of_followees --> results contain recommendations for the followees of the entity represented by "subject"
recommendations_for
Selects results where recommendable entities correspond to the specified association chain name.
Syntax
recommendation_request recommendations_for(string chain_name)
recommendations for a chain name:
subject.recommendations_for("foo") --> results contain the recommendations related to the "foo" chain in entity represented by "subject"
followees_by_type
Selects the results that contain the followees of the preceding association of a specific entity type.
Syntax
association_request followees_by_type(string type)
followees by single type:
subject.followees_by_type("foo") --> results contain the followees for the entity represented by "subject" of type "foo"
followees by multiple types:
subject.followees_by_type(["foo", "bar"]) --> results contain the followwes for the entity represented by "subject" of types "foo" and "bar"
followees
Selects the results that contain the followees of the preceding association.
Syntax
association_request followees
followees:
subject.followees --> results contain the followees for the entity represented by "subject"