Get Articles by property

Hi there,

I’m trying to figure out how i can fetch all articles by specific attribute.
Basically the same functionality as the product stream. 

e.g. If i want all the red coloured products : $articles= Shopware()->Modules()->Articles()->sGetArticlesByProperty(‚color‘, 'red);

Is there such functionality?

Thanks in advance!