No one else needs this?
Well I managed to get this working with own custom query and couldn’t help noticing how complicated wordpress-database structure is. Why tags and categories doesn’t have their own tables? This wp_terms, wp_term_relationships & wp_term_taxonomy structure is making queries quite complex.
Anyway I think this really should be working with standard get_posts() -function. Hope this will be fixed.