I'd like to on the "parent website" make a list of blog posts from the child weblogs; but filtered by a category or keyword.
I tried
<mt:Entries include_blogs="children" category="Featured">
<$mt:Include module="Entry Summary"$>
</mt:Entries>
... without the category="Featured" bit then a list of recent posts show up; but nothing shows up when I use category="Featured" (Yes, I did put a post in a category named 'Featured')
Any ideas?
Reported on Movable Type 5

This works fine for me.
How about to test it in the child blog's template so that you can confirm category="Featured" itself is working fine.
Thanks Jun; indeed it is for me too now. I wonder if I didn't understand the "add a category" UI in MT5 the first time and managed not to save the category on my entry. Oops.
Thanks again!