I am using the EE relationships field type to create a relation between two channels. This is a one to many relationship specified by the child entry. When displaying the parents on the child layout, I need to have the ability to filter results returned by the parents tag by a parent field value.
I tried using the syntax below, but it does not work.
{parents field="related_entry" search:custom_field="custom_value"}
{title}
{/parents}Is something like this possible using EE relationships? I am open to using other relationship fieldtypes if they support this functionality.