Filter on an Array of reference objects

Sebastian,
I have a post style content that has an array of referenced Author objects.
I am having problems filtering the posts based on the GUID Id of the Author object.
Is that possible? at the moment?
Thanks
Marcus

Hi,

yes it is possible. Just use the Equals filter.

?$filter=data/authors/iv eq '<AUTHOR-ID>'