Filtering with relation of linked object

Hello, yesterday I’ve discovered Anytype, and it’s fantastic!

I’m making a set of Task, and want to have two filters:
(pseudo code)

- status in ['soon', 'in progress']
and
- project.status in ['soon, 'in progress']

Currently it seems that I can only choose Projects manually. Am I missing something? It there a way?

image

1 Like

This is interesting. You actually want to filter on a relation on the object that your object is related to. I was wandering about that too.
I was thinking maybe if you create a set of projects and filter the set on relation status (only ‘soon’ or ‘in progress’) maybe you can use that set as a filter in the task set.
But I can’t get it to work, alas…

1 Like

Yeah, it’d be really powerful for many use cases.