Hi Folks,I had a question about building an QueryBuilder predicates in AEM java. I'm building a predicate that tests for more than one tag. The tag types are different, belonging to different groups in the Tag library. Here's a snippet of my code:map.put("type", "cq:Page"); map.put("1_property", "jc...