Hello,

On a views of type Page we can use a contextual filter with a default parameter given by a query parameter and it works fine (when the parameter is provided in the url).

I’m wondering if we can use the same contextual filter on views of type Entity reference.
With the beta7 a field using that view doesn’t show any result at all (when the parameter is provided in the url).
With the beta9 there is a bug: when defining the field it is not possible to select the view (of type entity reference) so I can’t say if it’s working or not.

But is it possible in theory ? I’m wondering if it will be available or if I have to find another way to meet my goals...

Thanks