Skip to content

Commit

Permalink
Missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Mar 6, 2017
1 parent 761ee9f commit c7930f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void doWork(ResourceResolver resourceResolver) throws PersistenceExceptio
map.put("rangeproperty.decimal", "true");


https://docs.adobe.com/content/docs/en/aem/6-2/develop/ref/javadoc/com/day/cq/search/eval/RelativeDateRangePredicateEvaluator.html
//https://docs.adobe.com/content/docs/en/aem/6-2/develop/ref/javadoc/com/day/cq/search/eval/RelativeDateRangePredicateEvaluator.html
// supports the bugzilla syntax 1s 2m 3h 4d 5w 6M 7y, else in milliseconds
map.put("relativedaterange.property", "jcr:content/cq:lastModified");
map.put("relativedaterange.lowerBound", "60000");
Expand Down

0 comments on commit c7930f2

Please sign in to comment.