Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
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