Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

how to fetch records based on modified date which is done on particular days of months using Query builder.

Avatar

Level 2

how to fetch records based on modified date which is done on perticular days of months using Query builder.
For Example: i have to fetch records based on modified date is all Wednesday of particular month using Query builder.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

It is not possible with OOTB QueryBuilder predicates

https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/query-builder/quer... 

 

You can write your own predicates and then can be achieved.

https://experienceleague.adobe.com/docs/experience-manager-64/developing/platform/query-builder/impl... 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

Thanks