Hi @rohankalra , Your requirement if i understood right, what ever you tag in component's dialog it should return all the pages that has the tag authored in dialog. you can use query-builder for this and return the list of pages in sling model.
path=/content/<my-project>
type=cq:Page
1_property=...
Hi @Dilli_babu_22 , not sure what the ask is here but if you want some additional data to your java servlet, you can add properties to the node and read them in your servlet by getting resource valuemap.Hope this helps,
Thanks,
Krishna
Hi @KaibalyaJena_123 you can make use of daterange predicates to acheive thisExample:
path=/content/dam
type=dam:Asset
daterange.property=jcr:created
daterange.lowerBound=2023-01-01
daterange.upperBound=2023-02-23
https://experienceleague.adobe.com/docs/experience-manager-65/assets/JCR_query_cheats...
Hi @MukeshAEM , I don't think it is possible here name is single valued. If the filtering parameter is multivalued like tags etc. you can follow something like this mentioned in below https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/graphql-array/td-p/425661Thanks,
Krishna