Forum

Thread tagged as: Question, Runway

Filter Collection input results

I was wondering, can I make a related content item filter based on the related item above?

Here is the related part of my main item entry:

<perch:related id="brand_slug" collection="Brands" label="Brand Slug" required="true">
    <p><perch:content id="slug" type="slug" /></p>  
</perch:related>
<perch:related id="group_slug" collection="Group" label="Group Slug" required="true">
    <p><perch:content id="slug" type="slug" /></p>  
</perch:related>

Ideally I want 'Group_Slug' to only show items that have the same 'Brand_Slug' as what I have selected above. Is that doable or just madness?

Chris Comben

Chris Comben 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

That's not madness, but it's also not currently doable, sorry!

Any chance of it being added in the future?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, it's the sort of thing that could be added in the future.