Expand my Community achievements bar.

Query to fetch Assets where jcr:content/metadata/jcr:lastModified is greater than jcr:content/cq:lastReplicated

Avatar

Level 3

Hi All,

I need to fetch the assets where "jcr:content/metadata/jcr:lastModified is greater than jcr:content/cq:lastReplicated".

Is it possible to compare to two metadata values while querying. Please help me in writing the query for this scenario.

So far I am aware is the daterange predicate which is querying a metadata date property against a specific date.

Thanks,

Selva

3 Replies

Avatar

Level 2

HI Selva123

Did you able to solve the issue?

Thanks,

Pradeep

Avatar

Community Advisor

I don't think so we can compare dynamic operand with another dynamic operand but static values

DynamicOperand Operator StaticOperand

you can try to write simple servlet to achieve this, without writing queries or use Sling Queries instead of JCR queries.

cq5 - JCR SQL2 compare properties on same node - Stack Overflow

Sling Query vs JCR



Arun Patidar