parse filter with fields from another resource relationship
I'm using
Now, let's say that my
I'm not sure how to express that I'm accessing the
I tried something like this:
But this doesn't work, and at the same time I can't find examples with relationships in the documentation.
Ash.Filter.parse/2 to generate filters using the list syntax, for example:Now, let's say that my
Template resource has relationship with another resource School and I want to do a filter expression like this: school.name == "bla" I'm not sure how to express that I'm accessing the
name field inside the school relationship field.I tried something like this:
But this doesn't work, and at the same time I can't find examples with relationships in the documentation.
