Skip to main content
Selva123
New Participant
June 8, 2016

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

  • June 8, 2016
  • 3 replies
  • 4910 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

New Participant
May 1, 2019

HI Selva123

Did you able to solve the issue?

Thanks,

Pradeep

arunpatidar
New Participant
May 2, 2019

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
New Participant
June 8, 2016