Hi, is there a simple way to search with Sling Resource API for resources which have a certain resource type "a" or a resource type derived from "a". The resource type inheritance in Sling is a pretty powerful concept. I am wondering how to properly support that when searching for content which is either of resource type a directly or a derived resource type.
I cannot really think of a JCR SQL2 or XPath expression which would also cover derived resource types (without knowing them in advance). Thanks for any pointers, Konrad
