Looking for best solution, recommendation for a scenario where we need to retrieve entries by two sets of categories, a parent and child set. Entries would belong to the first AND second set. Your CatShortList extension provides some custom SQL for querying by multiple categories using OR statement, but we need to go a step further in filtering that list by child categories with an AND statement. Do you already have something like this in the API? |